diff options
author | Mike Pall <mike> | 2014-01-19 13:11:48 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2014-01-19 13:11:48 +0100 |
commit | 926686ad3ddb51e4c74294854946b085ac50373b (patch) | |
tree | 0c4e1a3088bc82f72dd34fe3601883785bc6a784 | |
parent | 45c067ddddaae1bedc3e07b6f5af65aea3beceac (diff) | |
download | luajit-926686ad3ddb51e4c74294854946b085ac50373b.tar.gz luajit-926686ad3ddb51e4c74294854946b085ac50373b.tar.bz2 luajit-926686ad3ddb51e4c74294854946b085ac50373b.zip |
Fix OSX build issue.
-rw-r--r-- | src/vm_x86.dasc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vm_x86.dasc b/src/vm_x86.dasc index a36d2aa7..8a9b536d 100644 --- a/src/vm_x86.dasc +++ b/src/vm_x86.dasc | |||
@@ -6344,12 +6344,12 @@ static void emit_asm_debug(BuildCtx *ctx) | |||
6344 | #if LJ_64 | 6344 | #if LJ_64 |
6345 | "\t.byte 0xe\n\t.byte 16\n" /* def_cfa_offset */ | 6345 | "\t.byte 0xe\n\t.byte 16\n" /* def_cfa_offset */ |
6346 | "\t.byte 0x86\n\t.byte 0x2\n" /* offset rbp */ | 6346 | "\t.byte 0x86\n\t.byte 0x2\n" /* offset rbp */ |
6347 | "\t.byte 0xd\n\t.uleb128 0x6\n" /* def_cfa_register rbp */ | 6347 | "\t.byte 0xd\n\t.byte 0x6\n" /* def_cfa_register rbp */ |
6348 | "\t.byte 0x83\n\t.byte 0x3\n" /* offset rbx */ | 6348 | "\t.byte 0x83\n\t.byte 0x3\n" /* offset rbx */ |
6349 | #else | 6349 | #else |
6350 | "\t.byte 0xe\n\t.byte 8\n" /* def_cfa_offset */ | 6350 | "\t.byte 0xe\n\t.byte 8\n" /* def_cfa_offset */ |
6351 | "\t.byte 0x84\n\t.byte 0x2\n" /* offset ebp (4 for MACH-O)*/ | 6351 | "\t.byte 0x84\n\t.byte 0x2\n" /* offset ebp (4 for MACH-O)*/ |
6352 | "\t.byte 0xd\n\t.uleb128 0x4\n" /* def_cfa_register ebp */ | 6352 | "\t.byte 0xd\n\t.byte 0x4\n" /* def_cfa_register ebp */ |
6353 | "\t.byte 0x83\n\t.byte 0x3\n" /* offset ebx */ | 6353 | "\t.byte 0x83\n\t.byte 0x3\n" /* offset ebx */ |
6354 | #endif | 6354 | #endif |
6355 | "\t.align " BSZPTR "\n" | 6355 | "\t.align " BSZPTR "\n" |