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

Update br stack-popping rule with EH #233

Merged
merged 1 commit into from
Sep 15, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion document/core/exec/instructions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2708,7 +2708,7 @@ Control Instructions

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

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

i. Pop the value from the stack.

Expand Down