diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 1995-07-11 18:07:22 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 1995-07-11 18:07:22 +0000 |
commit | e8c57efb59fbeaf1d35046f7cabef0d4132d99ba (patch) | |
tree | ecf47dc361cd2cd31df543a306c9f9c149e04ccc /byterun/fix_code.c | |
parent | bf3897a27ad417cffaa7509046ee5cd10f13b469 (diff) |
Ajout de l'instruction C_CALL5.
meta.c eclate en obj.c et meta.c.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@82 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'byterun/fix_code.c')
-rw-r--r-- | byterun/fix_code.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun/fix_code.c b/byterun/fix_code.c index 7cdff8e05..e54549463 100644 --- a/byterun/fix_code.c +++ b/byterun/fix_code.c @@ -48,7 +48,7 @@ void thread_code(code, len, instr_table) case PUSHATOM: case ATOM: case MAKEBLOCK1: case MAKEBLOCK2: case MAKEBLOCK3: case GETFIELD: case SETFIELD: case DUMMY: case BRANCH: case BRANCHIF: case BRANCHIFNOT: case PUSHTRAP: - case C_CALL1: case C_CALL2: case C_CALL3: case C_CALL4: + case C_CALL1: case C_CALL2: case C_CALL3: case C_CALL4: case C_CALL5: case CONSTINT: case PUSHCONSTINT: case OFFSETINT: case OFFSETREF: p += 1; break; /* Instructions with two operands */ |