aboutsummaryrefslogtreecommitdiff
path: root/src/vm_x86.dasc
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm_x86.dasc')
-rw-r--r--src/vm_x86.dasc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/vm_x86.dasc b/src/vm_x86.dasc
index 7b5abdd5..777985a4 100644
--- a/src/vm_x86.dasc
+++ b/src/vm_x86.dasc
@@ -4649,8 +4649,7 @@ static void build_ins(BuildCtx *ctx, BCOp op, int defop)
4649 | jnz <4 4649 | jnz <4
4650 | movzx RA, PC_RA 4650 | movzx RA, PC_RA
4651 | not RAa 4651 | not RAa
4652 | lea RA, [BASE+RA*8] 4652 | mov LFUNC:KBASE, [BASE+RA*8-8] // Need to prepare KBASE.
4653 | mov LFUNC:KBASE, [RA-8] // Need to prepare KBASE.
4654 | mov KBASE, LFUNC:KBASE->pc 4653 | mov KBASE, LFUNC:KBASE->pc
4655 | mov KBASE, [KBASE+PC2PROTO(k)] 4654 | mov KBASE, [KBASE+PC2PROTO(k)]
4656 | jmp <4 4655 | jmp <4