diff options
Diffstat (limited to 'src/lib_jit.c')
| -rw-r--r-- | src/lib_jit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib_jit.c b/src/lib_jit.c index a7c553ab4..af3e0a6ff 100644 --- a/src/lib_jit.c +++ b/src/lib_jit.c | |||
| @@ -726,7 +726,7 @@ static void jit_init(lua_State *L) | |||
| 726 | #if LJ_TARGET_UNALIGNED | 726 | #if LJ_TARGET_UNALIGNED |
| 727 | G(L)->tmptv.u64 = U64x(0000504d,4d500000); | 727 | G(L)->tmptv.u64 = U64x(0000504d,4d500000); |
| 728 | #endif | 728 | #endif |
| 729 | lj_dispatch_update(G(L)); | 729 | lj_dispatch_update(G(L), 0); |
| 730 | #if LJ_TARGET_UNALIGNED | 730 | #if LJ_TARGET_UNALIGNED |
| 731 | /* If you get a crash below then your toolchain indicates unaligned | 731 | /* If you get a crash below then your toolchain indicates unaligned |
| 732 | ** accesses are OK, but your kernel disagrees. I.e. fix your toolchain. | 732 | ** accesses are OK, but your kernel disagrees. I.e. fix your toolchain. |
