JavaDecompiler.st
changeset 32 0dbaa43a73db
parent 27 4560bb77bb36
child 36 38febf91e82b
--- a/JavaDecompiler.st	Thu May 02 15:18:31 1996 +0000
+++ b/JavaDecompiler.st	Thu May 02 15:20:07 1996 +0000
@@ -221,7 +221,7 @@
         (anewarray constIndexShort)             "/ 189
 
         (arraylength)                           "/ 190
-        (athrough)                              "/ 191
+        (athrow)                                "/ 191
         (checkcast constIndexShort)             "/ 192
         (instanceof constIndexShort)            "/ 193
         (monitorenter)                          "/ 194
@@ -612,6 +612,6 @@
 !JavaDecompiler class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaDecompiler.st,v 1.7 1996/04/30 23:24:29 cg Exp $'
+    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaDecompiler.st,v 1.8 1996/05/02 15:19:57 cg Exp $'
 ! !
 JavaDecompiler initialize!