瀏覽代碼

OSX/ARM64: Disable unwind info.

See #698.
Mike Pall 4 年之前
父節點
當前提交
78350a2565
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/vm_arm64.dasc

+ 2 - 1
src/vm_arm64.dasc

@@ -4061,7 +4061,8 @@ static void emit_asm_debug(BuildCtx *ctx)
 	".LEFDE3:\n\n", (int)ctx->codesz - fcofs);
 #endif
     break;
-#if !LJ_NO_UNWIND
+    /* Disabled until someone finds a fix. See #698. */
+#if !LJ_NO_UNWIND && 0
   case BUILD_machasm: {
 #if LJ_HASFFI
     int fcsize = 0;