compiler/PPCInlinedMethod.st
changeset 488 19a9c25960ef
parent 481 34ee0d3c72e7
child 503 ff58cd9f1f3c
--- a/compiler/PPCInlinedMethod.st	Mon Jun 15 18:00:44 2015 +0100
+++ b/compiler/PPCInlinedMethod.st	Mon Jun 15 19:13:49 2015 +0100
@@ -28,10 +28,10 @@
 
 !PPCInlinedMethod methodsFor:'code generation - variables'!
 
-allocateReturnVariable
+allocateReturnVariableNamed: name
     self error: 'return variable must be assigned by the non-inlined method....'
 
-   "Created: / 23-04-2015 / 21:06:12 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Created: / 15-06-2015 / 17:52:35 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 allocateTemporaryVariableNamed:aString