summaryrefslogtreecommitdiffstats
path: root/byterun/instruct.h
diff options
context:
space:
mode:
Diffstat (limited to 'byterun/instruct.h')
-rw-r--r--byterun/instruct.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/byterun/instruct.h b/byterun/instruct.h
index 568605008..a643b0f93 100644
--- a/byterun/instruct.h
+++ b/byterun/instruct.h
@@ -39,7 +39,9 @@ enum instructions {
VECTLENGTH, GETVECTITEM, SETVECTITEM,
GETSTRINGCHAR, SETSTRINGCHAR,
BRANCH, BRANCHIF, BRANCHIFNOT, SWITCH, BOOLNOT,
- PUSHTRAP, POPTRAP, RAISE, CHECK_SIGNALS,
+ PUSHTRAP, POPTRAP, RAISE,
+ RERAISE, RAISE_NOTRACE,
+ CHECK_SIGNALS,
C_CALL1, C_CALL2, C_CALL3, C_CALL4, C_CALL5, C_CALLN,
CONST0, CONST1, CONST2, CONST3, CONSTINT,
PUSHCONST0, PUSHCONST1, PUSHCONST2, PUSHCONST3, PUSHCONSTINT,