Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit 132a64d

Browse files
authored
Update br stack-popping rule with EH (#233)
I think this should be also updated to include handlers and `caught` to match the `rethrow` rule in #225.
1 parent 93a8d66 commit 132a64d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

document/core/exec/instructions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2708,7 +2708,7 @@ Control Instructions
27082708

27092709
6. Repeat :math:`l+1` times:
27102710

2711-
a. While the top of the stack is a value, do:
2711+
a. While the top of the stack is a value, a |handler|, or a |CAUGHTadm| instruction, do:
27122712

27132713
i. Pop the value from the stack.
27142714

0 commit comments

Comments
 (0)