diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 1999-12-06 16:59:24 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 1999-12-06 16:59:24 +0000 |
commit | 45a18236df62dba31d5365c60bf6548883291689 (patch) | |
tree | a42d3573133a22d2d65917b49bf7ee3f888d7bc6 /byterun/instruct.h | |
parent | 870788858bcec587e88d1ce78fa81e34486420dd (diff) |
Revu compilation du filtrage des variants. Ajout de la primitive Pisint et de l'instruction bytecode ISINT.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2669 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'byterun/instruct.h')
-rw-r--r-- | byterun/instruct.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun/instruct.h b/byterun/instruct.h index 823a0ed76..5ad1e6c41 100644 --- a/byterun/instruct.h +++ b/byterun/instruct.h @@ -44,7 +44,7 @@ enum instructions { NEGINT, ADDINT, SUBINT, MULINT, DIVINT, MODINT, ANDINT, ORINT, XORINT, LSLINT, LSRINT, ASRINT, EQ, NEQ, LTINT, LEINT, GTINT, GEINT, - OFFSETINT, OFFSETREF, + OFFSETINT, OFFSETREF, ISINT, GETMETHOD, STOP, EVENT, BREAK }; |