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

Commit 79323b5

Browse files
authored
Fix order of handler entrance (#329)
1 parent 67436f2 commit 79323b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

document/core/exec/instructions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3145,9 +3145,9 @@ The following auxiliary rules define the semantics of entering and exiting |TRYT
31453145
Entering :math:`\instr^\ast` with label :math:`L` and exception handler :math:`H`
31463146
.................................................................................
31473147

3148-
1. Push :math:`L` to the stack.
3148+
1. Push :math:`H` to the stack.
31493149

3150-
2. Push :math:`H` onto the stack.
3150+
2. Push :math:`L` onto the stack.
31513151

31523152
3. Jump to the start of the instruction sequence :math:`\instr^\ast`.
31533153

0 commit comments

Comments
 (0)