diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/vm_x64.dasc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm_x64.dasc b/src/vm_x64.dasc index c7a7740b..759e30ec 100644 --- a/src/vm_x64.dasc +++ b/src/vm_x64.dasc | |||
@@ -3516,7 +3516,7 @@ static void build_ins(BuildCtx *ctx, BCOp op, int defop) | |||
3516 | | ins_AD // RA = level, RD = target | 3516 | | ins_AD // RA = level, RD = target |
3517 | | branchPC RD // Do this first to free RD. | 3517 | | branchPC RD // Do this first to free RD. |
3518 | | mov L:RB, SAVE_L | 3518 | | mov L:RB, SAVE_L |
3519 | | cmp dword L:RB->openupval, 0 | 3519 | | cmp aword L:RB->openupval, 0 |
3520 | | je >1 | 3520 | | je >1 |
3521 | | mov L:RB->base, BASE | 3521 | | mov L:RB->base, BASE |
3522 | | lea CARG2, [BASE+RA*8] // Caveat: CARG2 == BASE | 3522 | | lea CARG2, [BASE+RA*8] // Caveat: CARG2 == BASE |