aboutsummaryrefslogtreecommitdiff
path: root/src/lj_asm_mips.h
diff options
context:
space:
mode:
authorMike Pall <mike>2013-02-28 17:53:45 +0100
committerMike Pall <mike>2013-02-28 17:53:45 +0100
commitb65196b7fd3b1f67d54c7d48f522d7d682d0c545 (patch)
treed2ba5980a0118d0bd7988c3ae974adfb21fa11be /src/lj_asm_mips.h
parent9ec869b3620e9508b2c17ad67285c5f54ab12e88 (diff)
parent78c97bc5a1529b0e21d417011ddb956c08a4643e (diff)
downloadluajit-b65196b7fd3b1f67d54c7d48f522d7d682d0c545.tar.gz
luajit-b65196b7fd3b1f67d54c7d48f522d7d682d0c545.tar.bz2
luajit-b65196b7fd3b1f67d54c7d48f522d7d682d0c545.zip
Merge branch 'master' into v2.1
Diffstat (limited to 'src/lj_asm_mips.h')
-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 dcc74ce9..b41e3dfe 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;