undoc bytecode: 199
authorcg
Thu, 02 May 1996 20:46:00 +0000
changeset 36 38febf91e82b
parent 35 040fd1fca7ec
child 37 34688ddacf17
undoc bytecode: 199
JavaDecompiler.st
--- a/JavaDecompiler.st	Thu May 02 20:45:09 1996 +0000
+++ b/JavaDecompiler.st	Thu May 02 20:46:00 1996 +0000
@@ -229,11 +229,12 @@
         (verifystack)                           "/ 196
         (breakpoint)                            "/ 197
         (multianewarray constIndexShort dimensionsByte)             "/ 198
-        (ldc1_quick constIndexByte)             "/ 199
+"/        (ldc1_quick constIndexByte)             "/ 199
+        (ifnonnull signedBranchShort)           "/ 199 - just a guess
 
         nil                                     "/ 200
         nil                                     "/ 201
-        (getfield_quick unsignedByte unusedByte)"/ 202
+nil "/        (getfield_quick unsignedByte unusedByte)"/ 202
         nil                                     "/ 203
         nil                                     "/ 204
         nil                                     "/ 205
@@ -612,6 +613,6 @@
 !JavaDecompiler class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaDecompiler.st,v 1.8 1996/05/02 15:19:57 cg Exp $'
+    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaDecompiler.st,v 1.9 1996/05/02 20:46:00 cg Exp $'
 ! !
 JavaDecompiler initialize!