diff options
author | Luc Maranget <luc.maranget@inria.fr> | 2000-10-02 14:18:05 +0000 |
---|---|---|
committer | Luc Maranget <luc.maranget@inria.fr> | 2000-10-02 14:18:05 +0000 |
commit | ab97fd0dccd4f1761b209ca7ed8e6f9f9a2763b1 (patch) | |
tree | b5c98d572fd196ee68a160e177c9b9785fb40e80 /byterun/instruct.h | |
parent | 89f252d93e85bbbfe2ed06c0cc2c256c1ddb49b7 (diff) |
or-pat avec variables et compil du switch
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3304 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'byterun/instruct.h')
-rw-r--r-- | byterun/instruct.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/byterun/instruct.h b/byterun/instruct.h index 5ad1e6c41..80d9ed1ea 100644 --- a/byterun/instruct.h +++ b/byterun/instruct.h @@ -44,7 +44,10 @@ enum instructions { NEGINT, ADDINT, SUBINT, MULINT, DIVINT, MODINT, ANDINT, ORINT, XORINT, LSLINT, LSRINT, ASRINT, EQ, NEQ, LTINT, LEINT, GTINT, GEINT, - OFFSETINT, OFFSETREF, ISINT, + OFFSETINT, OFFSETREF, ISINT, GETMETHOD, - STOP, EVENT, BREAK + BEQ, BNEQ, BLTINT, BLEINT, BGTINT, BGEINT, + ULTINT, UGEINT, + BULTINT, BUGEINT, STOP, + EVENT, BREAK, }; |