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 68695f9f3..2f2010227 100644
--- a/byterun/instruct.h
+++ b/byterun/instruct.h
@@ -43,5 +43,7 @@ enum instructions {
EQ, NEQ, LTINT, LEINT, GTINT, GEINT,
OFFSETINT, OFFSETREF,
GETMETHOD,
- STOP
+ STOP, EVENT, BREAK
};
+
+#define Last_instruction BREAK