summaryrefslogtreecommitdiffstats
path: root/byterun/instruct.h
diff options
context:
space:
mode:
authorJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2004-05-26 11:10:52 +0000
committerJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2004-05-26 11:10:52 +0000
commit6a940ef65d7b70f94e221f4b6731b4ed7a9c410e (patch)
treea002b52a1f42795af154463599d59c883fd01bef /byterun/instruct.h
parentd1482d5a412e7b42841a174d48e0288f5ab447b5 (diff)
switch to new vtable representation
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@6331 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'byterun/instruct.h')
-rw-r--r--byterun/instruct.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/byterun/instruct.h b/byterun/instruct.h
index c0cf5f2df..a2eb5b7b5 100644
--- a/byterun/instruct.h
+++ b/byterun/instruct.h
@@ -53,6 +53,7 @@ enum instructions {
BEQ, BNEQ, BLTINT, BLEINT, BGTINT, BGEINT,
ULTINT, UGEINT,
BULTINT, BUGEINT,
+ GETPUBMET, GETDYNMET,
STOP,
EVENT, BREAK
};