Skip to content

Commit 3ab1e48

Browse files
committed
Add const for return exception type.
1 parent ed3aa83 commit 3ab1e48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vm/moar/QAST/QASTOperationsMAST.nqp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1936,6 +1936,7 @@ my %const_map := nqp::hash(
19361936
'CONTROL_NEXT', 4,
19371937
'CONTROL_REDO', 8,
19381938
'CONTROL_LAST', 16,
1939+
'CONTROL_RETURN', 32,
19391940
'CONTROL_TAKE', 128,
19401941
'CONTROL_WARN', 256,
19411942
'CONTROL_SUCCEED', 512,

0 commit comments

Comments
 (0)