aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/vm_arm64.dasc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vm_arm64.dasc b/src/vm_arm64.dasc
index bc9fc456..4dac97c3 100644
--- a/src/vm_arm64.dasc
+++ b/src/vm_arm64.dasc
@@ -4061,7 +4061,8 @@ static void emit_asm_debug(BuildCtx *ctx)
4061 ".LEFDE3:\n\n", (int)ctx->codesz - fcofs); 4061 ".LEFDE3:\n\n", (int)ctx->codesz - fcofs);
4062#endif 4062#endif
4063 break; 4063 break;
4064#if !LJ_NO_UNWIND 4064 /* Disabled until someone finds a fix. See #698. */
4065#if !LJ_NO_UNWIND && 0
4065 case BUILD_machasm: { 4066 case BUILD_machasm: {
4066#if LJ_HASFFI 4067#if LJ_HASFFI
4067 int fcsize = 0; 4068 int fcsize = 0;