mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
parent
e2b9797ba1
commit
78350a2565
@ -4061,7 +4061,8 @@ static void emit_asm_debug(BuildCtx *ctx)
|
|||||||
".LEFDE3:\n\n", (int)ctx->codesz - fcofs);
|
".LEFDE3:\n\n", (int)ctx->codesz - fcofs);
|
||||||
#endif
|
#endif
|
||||||
break;
|
break;
|
||||||
#if !LJ_NO_UNWIND
|
/* Disabled until someone finds a fix. See #698. */
|
||||||
|
#if !LJ_NO_UNWIND && 0
|
||||||
case BUILD_machasm: {
|
case BUILD_machasm: {
|
||||||
#if LJ_HASFFI
|
#if LJ_HASFFI
|
||||||
int fcsize = 0;
|
int fcsize = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user