mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
f4d6e67656
__builtin_setjmp/longjmp are x86/x86_64 specific gcc intrinsics and not supported on arm64. windows arm64 with msys2 clangarm64 now correctly falls through to standard setjmp/longjmp. Co-authored-by: Claude <noreply@anthropic.com>