diff options
author | Mike Pall <mike> | 2013-04-21 01:01:33 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2013-04-21 01:01:33 +0200 |
commit | 5f1781a1277508c2b7bec527f722da98d8556e26 (patch) | |
tree | e1bbc8b5b4af7c7b374a0139225a585aa0009fdf /src/vm_mips.dasc | |
parent | 7b629b7bcf6bca3bd7733db601722c551098557e (diff) | |
download | luajit-5f1781a1277508c2b7bec527f722da98d8556e26.tar.gz luajit-5f1781a1277508c2b7bec527f722da98d8556e26.tar.bz2 luajit-5f1781a1277508c2b7bec527f722da98d8556e26.zip |
Compile string concatenations (BC_CAT).
Diffstat (limited to 'src/vm_mips.dasc')
-rw-r--r-- | src/vm_mips.dasc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vm_mips.dasc b/src/vm_mips.dasc index 53000411..c4f01e81 100644 --- a/src/vm_mips.dasc +++ b/src/vm_mips.dasc | |||
@@ -4051,6 +4051,7 @@ static void build_ins(BuildCtx *ctx, BCOp op, int defop) | |||
4051 | | sw BASE, DISPATCH_GL(jit_base)(DISPATCH) | 4051 | | sw BASE, DISPATCH_GL(jit_base)(DISPATCH) |
4052 | | sw L, DISPATCH_GL(jit_L)(DISPATCH) | 4052 | | sw L, DISPATCH_GL(jit_L)(DISPATCH) |
4053 | | lw TMP2, TRACE:TMP2->mcode | 4053 | | lw TMP2, TRACE:TMP2->mcode |
4054 | | sw L, DISPATCH_GL(tmpbuf.L)(DISPATCH) | ||
4054 | | jr TMP2 | 4055 | | jr TMP2 |
4055 | |. addiu JGL, DISPATCH, GG_DISP2G+32768 | 4056 | |. addiu JGL, DISPATCH, GG_DISP2G+32768 |
4056 | |.endif | 4057 | |.endif |