JavaDecompiler.st
changeset 41 eb7974d88088
parent 40 7f332a95e015
child 44 331e16746ad6
--- a/JavaDecompiler.st	Thu May 02 23:11:11 1996 +0000
+++ b/JavaDecompiler.st	Fri May 03 11:29:12 1996 +0000
@@ -155,11 +155,11 @@
 
         (ixor)                                  "/ 130
         (lxor)                                  "/ 131
+"/        (i2l)                                   "/ 132    *** DOC is wrong
         (iinc localIndexByte signedByte)        "/ 132
-"/        (i2l)                                   "/ 132    DOC is wrong
         (i2f)                                   "/ 133
         (i2d)                                   "/ 134
-        nil                                     "/ 135
+        nil                                     "/ 135      *** DOC is wrong
         (l2i)                                   "/ 136
         (l2f)                                   "/ 137
         (l2d)                                   "/ 138
@@ -228,9 +228,11 @@
         (monitorexit)                           "/ 195
         (verifystack)                           "/ 196
         (breakpoint)                            "/ 197
-        (multianewarray constIndexShort dimensionsByte)             "/ 198
-"/        (ldc1_quick constIndexByte)             "/ 199
-        (ifnonnull signedBranchShort)           "/ 199 - just a guess
+
+"/        (multianewarray constIndexShort dimensionsByte) "/ 198   "/ *** DOC is wrong
+"/        (ldc1_quick constIndexByte)                     "/ 199   "/ *** DOC is wrong
+        (ifnull    signedBranchShort)           "/ 198 - *** just a guess
+        (ifnonnull signedBranchShort)           "/ 199 - *** just a guess
 
         nil                                     "/ 200
         nil                                     "/ 201
@@ -613,6 +615,6 @@
 !JavaDecompiler class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaDecompiler.st,v 1.11 1996/05/02 23:10:59 cg Exp $'
+    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaDecompiler.st,v 1.12 1996/05/03 11:28:13 cg Exp $'
 ! !
 JavaDecompiler initialize!