From abe344cc5ac53d942e3857733e05f9dbe30c61d5 Mon Sep 17 00:00:00 2001 From: Heejin Ahn Date: Mon, 12 Sep 2022 21:15:52 -0700 Subject: [PATCH] Update `br` stack-popping rule with EH I think this should be also updated to include handlers and `caught` to match the `rethrow` rule in #225. --- document/core/exec/instructions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/document/core/exec/instructions.rst b/document/core/exec/instructions.rst index c775c937..591e4a8a 100644 --- a/document/core/exec/instructions.rst +++ b/document/core/exec/instructions.rst @@ -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.