Skip to content

Commit

Permalink
one less env to skip
Browse files Browse the repository at this point in the history
  • Loading branch information
vygr committed Sep 17, 2024
1 parent 5372e07 commit 3614cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/trans/vp.inc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
;create label and branch initial values
(cond
((eql (defq e (first op)) 'emit-label)
(def (penv (penv)) (last (last op)) 0))
(def (penv) (last (last op)) 0))
((find e '(emit-beq-cr emit-bne-cr emit-bge-cr emit-blt-cr emit-ble-cr emit-bgt-cr
emit-beq-rr emit-bne-rr emit-bge-rr emit-blt-rr emit-ble-rr emit-bgt-rr emit-jmp))
(push op (dec (length (push *branches* 0))))))
Expand Down

0 comments on commit 3614cc9

Please sign in to comment.