summaryrefslogtreecommitdiff
path: root/src/lj_asm_mips.h
diff options
context:
space:
mode:
authorMike Pall <mike>2013-04-04 17:19:31 +0200
committerMike Pall <mike>2013-04-04 17:19:31 +0200
commit389822d606045a953bd30e14ebc50ff97bce8a59 (patch)
treeec1fa02d2e0697737ef5f8cb87f619faf1d2e163 /src/lj_asm_mips.h
parent6ba65cefb0652d340f1729ce8d114cb3681e914a (diff)
downloadluajit-389822d606045a953bd30e14ebc50ff97bce8a59.tar.gz
luajit-389822d606045a953bd30e14ebc50ff97bce8a59.tar.bz2
luajit-389822d606045a953bd30e14ebc50ff97bce8a59.zip
Fix spurious red zone overflows in machine code generation.
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 e80f7582..7d1a8c68 100644
--- a/src/lj_asm_mips.h
+++ b/src/lj_asm_mips.h
@@ -283,6 +283,7 @@ static void asm_gencall(ASMState *as, const CCallInfo *ci, IRRef *args)
283 else 283 else
284 ofs += 4; 284 ofs += 4;
285 } 285 }
286 checkmclim(as);
286 } 287 }
287} 288}
288 289