summaryrefslogtreecommitdiffstats
path: root/byterun/instruct.h
diff options
context:
space:
mode:
Diffstat (limited to 'byterun/instruct.h')
-rw-r--r--byterun/instruct.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/byterun/instruct.h b/byterun/instruct.h
index a643b0f93..f9cc80ee6 100644
--- a/byterun/instruct.h
+++ b/byterun/instruct.h
@@ -40,7 +40,6 @@ enum instructions {
GETSTRINGCHAR, SETSTRINGCHAR,
BRANCH, BRANCHIF, BRANCHIFNOT, SWITCH, BOOLNOT,
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,
@@ -55,7 +54,9 @@ enum instructions {
BULTINT, BUGEINT,
GETPUBMET, GETDYNMET,
STOP,
- EVENT, BREAK
-};
+ EVENT, BREAK,
+ RERAISE, RAISE_NOTRACE,
+FIRST_UNIMPLEMENTED_OP};
+
#endif /* CAML_INSTRUCT_H */