MAJ suite a C_CALL5.

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@85 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Xavier Leroy 1995-07-11 18:08:39 +00:00
parent ce85e0c456
commit 102e3d3c5a
1 changed files with 2 additions and 1 deletions

View File

@ -211,7 +211,8 @@ let print_instr ic =
(print_setglobal_name ic)
(* primitive *)
else if op == opC_CALL1 or op == opC_CALL2
or op == opC_CALL3 or op == opC_CALL4 then
or op == opC_CALL3 or op == opC_CALL4
or op == opC_CALL5 then
(print_primitive ic)
(* unsigned + primitive *)
else if op == opC_CALLN then