[Subversion] / BytecodeAssembler / peak / util / assembler.py  

Diff of /BytecodeAssembler/peak/util/assembler.py

Parent Directory | Revision Log

version 2744, Sat Apr 4 03:29:02 2015 UTC version 2745, Sat Apr 4 05:58:18 2015 UTC
Line 698 
Line 698 
     if 'UNARY_CONVERT' not in opcode:      if 'UNARY_CONVERT' not in opcode:
         def UNARY_CONVERT(self):          def UNARY_CONVERT(self):
             self(Const(repr))              self(Const(repr))
             self.SWAP_TOP()              self.ROT_TWO()
             self.CALL_FUNCTION(argc, 0)              self.CALL_FUNCTION(1, 0)
   
     if 'BINARY_DIVIDE' not in opcode:      if 'BINARY_DIVIDE' not in opcode:
         def BINARY_DIVIDE(self):          def BINARY_DIVIDE(self):


Generate output suitable for use with a patch program
Legend:
Removed from v.2744  
changed lines
  Added in v.2745

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help