diff options
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 |