aboutsummaryrefslogtreecommitdiff
path: root/src/buildvm_x86.dasc
diff options
context:
space:
mode:
authorMike Pall <mike>2009-12-08 19:50:21 +0100
committerMike Pall <mike>2009-12-08 19:50:21 +0100
commit2d0ef4522bebcc380e9aaf21b9bebcb62fcfc4fe (patch)
tree81f0f8aa36732dafb88fd76fb71d392e0c50a8b2 /src/buildvm_x86.dasc
parent1d1fed48a002dfc0919135911057ebc255a53e0a (diff)
downloadluajit-2d0ef4522bebcc380e9aaf21b9bebcb62fcfc4fe.tar.gz
luajit-2d0ef4522bebcc380e9aaf21b9bebcb62fcfc4fe.tar.bz2
luajit-2d0ef4522bebcc380e9aaf21b9bebcb62fcfc4fe.zip
LuaJIT 2.0.0-beta2 hotfix #1
Fix LUA_XCPATH. Fix DWARF unwinding info for OSX.
Diffstat (limited to 'src/buildvm_x86.dasc')
-rw-r--r--src/buildvm_x86.dasc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/buildvm_x86.dasc b/src/buildvm_x86.dasc
index f6add4d0..09cfa6dc 100644
--- a/src/buildvm_x86.dasc
+++ b/src/buildvm_x86.dasc
@@ -3650,7 +3650,6 @@ static void emit_asm_debug(BuildCtx *ctx)
3650 ".LEFDE1:\n\n", (int)ctx->codesz); 3650 ".LEFDE1:\n\n", (int)ctx->codesz);
3651 break; 3651 break;
3652 case BUILD_machasm: 3652 case BUILD_machasm:
3653 /* NYI: OSX ignores it. Something must be missing. */
3654 fprintf(ctx->fp, "\t.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support\n"); 3653 fprintf(ctx->fp, "\t.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support\n");
3655 fprintf(ctx->fp, 3654 fprintf(ctx->fp,
3656 "EH_frame1:\n" 3655 "EH_frame1:\n"
@@ -3659,7 +3658,7 @@ static void emit_asm_debug(BuildCtx *ctx)
3659 "LSCIE1:\n" 3658 "LSCIE1:\n"
3660 "\t.long 0\n" 3659 "\t.long 0\n"
3661 "\t.byte 0x1\n" 3660 "\t.byte 0x1\n"
3662 "\t.ascii \"zPR\"\n" 3661 "\t.ascii \"zPR\\0\"\n"
3663 "\t.byte 0x1\n" 3662 "\t.byte 0x1\n"
3664 "\t.byte 128-4\n" 3663 "\t.byte 128-4\n"
3665 "\t.byte 0x8\n" 3664 "\t.byte 0x8\n"