Index: library/dumper.imc
===================================================================
RCS file: /cvs/public/parrot/library/dumper.imc,v
retrieving revision 1.5
diff -u -r1.5 dumper.imc
--- library/dumper.imc	25 Feb 2004 09:29:54 -0000	1.5
+++ library/dumper.imc	4 Mar 2004 04:55:14 -0000
@@ -278,6 +278,7 @@
     .param string indent
     .local pmc helper
     .local int type
+    .local string type_str
     .local int exist
     .local pmc cb
     .local string name2
@@ -311,8 +312,11 @@
     exists exist, helper[type]
     if exist, CALL_HELPER
 
-    print "unkown-type(pmc #"
+    typeof type_str, dump
+    print "unknown-type(pmc #"
     print type
+    print ":"
+    print type_str
     print ")"    
     branch DONE
         
