aboutsummaryrefslogtreecommitdiff
path: root/src/vm_arm.dasc
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm_arm.dasc')
-rw-r--r--src/vm_arm.dasc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vm_arm.dasc b/src/vm_arm.dasc
index b2c15f49..31657b70 100644
--- a/src/vm_arm.dasc
+++ b/src/vm_arm.dasc
@@ -3897,7 +3897,8 @@ static void build_ins(BuildCtx *ctx, BCOp op, int defop)
3897 | ins_next1 3897 | ins_next1
3898 | ins_next2 3898 | ins_next2
3899 | mov CARG1, #0 3899 | mov CARG1, #0
3900 | str CARG1, [RA, #-8] // Initialize control var. 3900 | mvn CARG2, #0x00018000
3901 | strd CARG1, [RA, #-8] // Initialize control var.
3901 |1: 3902 |1:
3902 | ins_next3 3903 | ins_next3
3903 |5: // Despecialize bytecode if any of the checks fail. 3904 |5: // Despecialize bytecode if any of the checks fail.