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_x86.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_x86.dasc')
-rw-r--r-- | src/vm_x86.dasc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vm_x86.dasc b/src/vm_x86.dasc index 3fd897ec..8ed55fd2 100644 --- a/src/vm_x86.dasc +++ b/src/vm_x86.dasc | |||
@@ -5465,6 +5465,7 @@ static void build_ins(BuildCtx *ctx, BCOp op, int defop) | |||
5465 | | mov L:RB, SAVE_L | 5465 | | mov L:RB, SAVE_L |
5466 | | mov [DISPATCH+DISPATCH_GL(jit_base)], BASE | 5466 | | mov [DISPATCH+DISPATCH_GL(jit_base)], BASE |
5467 | | mov [DISPATCH+DISPATCH_GL(jit_L)], L:RB | 5467 | | mov [DISPATCH+DISPATCH_GL(jit_L)], L:RB |
5468 | | mov [DISPATCH+DISPATCH_GL(tmpbuf.L)], L:RB | ||
5468 | | // Save additional callee-save registers only used in compiled code. | 5469 | | // Save additional callee-save registers only used in compiled code. |
5469 | |.if X64WIN | 5470 | |.if X64WIN |
5470 | | mov TMPQ, r12 | 5471 | | mov TMPQ, r12 |