summaryrefslogtreecommitdiff
path: root/bytecomp/printinstr.ml
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 /bytecomp/printinstr.ml
parentd1482d5a412e7b42841a174d48e0288f5ab447b5 (diff)
downloadocaml-6a940ef65d7b70f94e221f4b6731b4ed7a9c410e.tar.gz
switch to new vtable representation
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@6331 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'bytecomp/printinstr.ml')
-rw-r--r--bytecomp/printinstr.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/bytecomp/printinstr.ml b/bytecomp/printinstr.ml
index 8b2ba1e8ca..a7c859d847 100644
--- a/bytecomp/printinstr.ml
+++ b/bytecomp/printinstr.ml
@@ -96,6 +96,8 @@ let instruction ppf = function
| Kisint -> fprintf ppf "\tisint"
| Kisout -> fprintf ppf "\tisout"
| Kgetmethod -> fprintf ppf "\tgetmethod"
+ | Kgetpubmet n -> fprintf ppf "\tgetpubmet %i" n
+ | Kgetdynmet -> fprintf ppf "\tgetdynmet"
| Kstop -> fprintf ppf "\tstop"
| Kevent ev -> fprintf ppf "\tevent \"%s\" %i" ev.ev_char.Lexing.pos_fname
ev.ev_char.Lexing.pos_cnum