aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lj_asm_mips.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_asm_mips.h b/src/lj_asm_mips.h
index cd283b88..e80f7582 100644
--- a/src/lj_asm_mips.h
+++ b/src/lj_asm_mips.h
@@ -71,6 +71,7 @@ static void asm_sparejump_setup(ASMState *as)
71 memset(mxp+2, 0, MIPS_SPAREJUMP*8); 71 memset(mxp+2, 0, MIPS_SPAREJUMP*8);
72 mxp += MIPS_SPAREJUMP*2; 72 mxp += MIPS_SPAREJUMP*2;
73 lua_assert(mxp < as->mctop); 73 lua_assert(mxp < as->mctop);
74 lj_mcode_sync(as->mcbot, mxp);
74 lj_mcode_commitbot(as->J, mxp); 75 lj_mcode_commitbot(as->J, mxp);
75 as->mcbot = mxp; 76 as->mcbot = mxp;
76 as->mclim = as->mcbot + MCLIM_REDZONE; 77 as->mclim = as->mcbot + MCLIM_REDZONE;