compiler/PPCCodeGen.st
changeset 538 16e8536f5cfb
parent 529 439c4057517f
child 547 0b8c75af51a0
equal deleted inserted replaced
537:fb212e14d1f4 538:16e8536f5cfb
    12 !PPCCodeGen class methodsFor:'instance creation'!
    12 !PPCCodeGen class methodsFor:'instance creation'!
    13 
    13 
    14 new
    14 new
    15     "return an initialized instance"
    15     "return an initialized instance"
    16 
    16 
    17     ^ self on: PPCCompilationOptions default
    17     ^ self on: PPCCompilationOptions new
    18 
    18 
    19     "Modified: / 24-08-2015 / 23:39:58 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    19     "Modified: / 07-09-2015 / 10:22:49 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    20 !
    20 !
    21 
    21 
    22 on: aPPCArguments
    22 on: aPPCArguments
    23     "return an initialized instance"
    23     "return an initialized instance"
    24 
    24