javaclass

Changeset

26:1622bd94b804
2004-11-10 Paul Boddie raw files shortlog changelog graph Fixed the iinc translation.
bytecode.py (file)
     1.1 --- a/bytecode.py	Wed Nov 10 17:11:33 2004 +0100
     1.2 +++ b/bytecode.py	Wed Nov 10 17:11:44 2004 +0100
     1.3 @@ -1209,6 +1209,7 @@
     1.4          program.load_fast(arguments[0])
     1.5          program.load_const(arguments[1])
     1.6          program.binary_add()
     1.7 +        program.store_fast(arguments[0])
     1.8  
     1.9      iload = fload
    1.10      iload_0 = fload_0