compiler/PPCInlinedMethod.st
changeset 481 34ee0d3c72e7
parent 477 b18b6cc7aabc
child 488 19a9c25960ef
equal deleted inserted replaced
480:5b0254cca4db 481:34ee0d3c72e7
     6 	instanceVariableNames:''
     6 	instanceVariableNames:''
     7 	classVariableNames:''
     7 	classVariableNames:''
     8 	poolDictionaries:''
     8 	poolDictionaries:''
     9 	category:'PetitCompiler-Compiler-Codegen'
     9 	category:'PetitCompiler-Compiler-Codegen'
    10 !
    10 !
       
    11 
    11 
    12 
    12 !PPCInlinedMethod methodsFor:'as yet unclassified'!
    13 !PPCInlinedMethod methodsFor:'as yet unclassified'!
    13 
    14 
    14 call
    15 call
    15     ^ self code
    16     ^ self code
    37     self error: 'sorry, I can''t allocate variables....'
    38     self error: 'sorry, I can''t allocate variables....'
    38 
    39 
    39    "Created: / 23-04-2015 / 21:06:12 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    40    "Created: / 23-04-2015 / 21:06:12 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    40 ! !
    41 ! !
    41 
    42 
       
    43 !PPCInlinedMethod class methodsFor:'documentation'!
       
    44 
       
    45 version_HG
       
    46 
       
    47     ^ '$Changeset: <not expanded> $'
       
    48 ! !
       
    49