]> git.ipfire.org Git - thirdparty/LuaJIT.git/commitdiff
Fix OSX build issue.
authorMike Pall <mike>
Sun, 19 Jan 2014 12:11:48 +0000 (13:11 +0100)
committerMike Pall <mike>
Sun, 19 Jan 2014 12:11:48 +0000 (13:11 +0100)
src/vm_x86.dasc

index a36d2aa7cd64277fac2d2b1aa6c3c94d674f3cd9..8a9b536df5ee52741e5267cfade58242816f1408 100644 (file)
@@ -6344,12 +6344,12 @@ static void emit_asm_debug(BuildCtx *ctx)
 #if LJ_64
          "\t.byte 0xe\n\t.byte 16\n"           /* def_cfa_offset */
          "\t.byte 0x86\n\t.byte 0x2\n"         /* offset rbp */
-         "\t.byte 0xd\n\t.uleb128 0x6\n"       /* def_cfa_register rbp */
+         "\t.byte 0xd\n\t.byte 0x6\n"          /* def_cfa_register rbp */
          "\t.byte 0x83\n\t.byte 0x3\n"         /* offset rbx */
 #else
          "\t.byte 0xe\n\t.byte 8\n"            /* def_cfa_offset */
          "\t.byte 0x84\n\t.byte 0x2\n"         /* offset ebp (4 for MACH-O)*/
-         "\t.byte 0xd\n\t.uleb128 0x4\n"       /* def_cfa_register ebp */
+         "\t.byte 0xd\n\t.byte 0x4\n"          /* def_cfa_register ebp */
          "\t.byte 0x83\n\t.byte 0x3\n"         /* offset ebx */
 #endif
          "\t.align " BSZPTR "\n"