diff options
Diffstat (limited to 'src/buildvm_x86.dasc')
-rw-r--r-- | src/buildvm_x86.dasc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buildvm_x86.dasc b/src/buildvm_x86.dasc index 579e39da..0fcfc1a9 100644 --- a/src/buildvm_x86.dasc +++ b/src/buildvm_x86.dasc | |||
@@ -2613,6 +2613,7 @@ static void build_subroutines(BuildCtx *ctx, int cmov, int sse) | |||
2613 | | mov L:RB, [DISPATCH+DISPATCH_GL(jit_L)] | 2613 | | mov L:RB, [DISPATCH+DISPATCH_GL(jit_L)] |
2614 | | mov BASE, [DISPATCH+DISPATCH_GL(jit_base)] | 2614 | | mov BASE, [DISPATCH+DISPATCH_GL(jit_base)] |
2615 | | mov aword [DISPATCH+DISPATCH_J(L)], L:RBa | 2615 | | mov aword [DISPATCH+DISPATCH_J(L)], L:RBa |
2616 | | mov dword [DISPATCH+DISPATCH_GL(jit_L)], 0 | ||
2616 | | mov L:RB->base, BASE | 2617 | | mov L:RB->base, BASE |
2617 | |.if X64WIN | 2618 | |.if X64WIN |
2618 | | lea CARG2, [rsp+4*8] | 2619 | | lea CARG2, [rsp+4*8] |