aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/vm_x86.dasc4
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"