compiler/PPCInlinedMethod.st
changeset 488 19a9c25960ef
parent 481 34ee0d3c72e7
child 503 ff58cd9f1f3c
equal deleted inserted replaced
487:602215b19135 488:19a9c25960ef
    26     ^ true
    26     ^ true
    27 ! !
    27 ! !
    28 
    28 
    29 !PPCInlinedMethod methodsFor:'code generation - variables'!
    29 !PPCInlinedMethod methodsFor:'code generation - variables'!
    30 
    30 
    31 allocateReturnVariable
    31 allocateReturnVariableNamed: name
    32     self error: 'return variable must be assigned by the non-inlined method....'
    32     self error: 'return variable must be assigned by the non-inlined method....'
    33 
    33 
    34    "Created: / 23-04-2015 / 21:06:12 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    34     "Created: / 15-06-2015 / 17:52:35 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    35 !
    35 !
    36 
    36 
    37 allocateTemporaryVariableNamed:aString
    37 allocateTemporaryVariableNamed:aString
    38     self error: 'sorry, I can''t allocate variables....'
    38     self error: 'sorry, I can''t allocate variables....'
    39 
    39