aboutsummaryrefslogtreecommitdiff
path: root/src/boot/parser.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/parser.boot')
-rw-r--r--src/boot/parser.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/parser.boot b/src/boot/parser.boot
index 9525c6db..5e5b7a09 100644
--- a/src/boot/parser.boot
+++ b/src/boot/parser.boot
@@ -730,7 +730,7 @@ bpCatchItem() ==
++ LEAVE Logical
bpLeave() ==
bpEqKey "LEAVE" and (bpLogical() or bpTrap()) and
- bpPush %LeaveAst bpPop1()
+ bpPush bfLeave bpPop1()
++ Return:
++ RETURN Assign