compiler/PPCCompiler.st
changeset 443 2c87ed364404
parent 438 20598d7ce9fa
child 445 eb33780df2f9
--- a/compiler/PPCCompiler.st	Fri May 01 14:04:37 2015 +0200
+++ b/compiler/PPCCompiler.st	Sat May 02 06:29:04 2015 +0200
@@ -345,12 +345,12 @@
 !
 
 stopMethod
-	self cache: currentMethod methodName as: currentMethod.
-	
-	arguments profile ifTrue: [ Transcript crShow: currentMethod code ].
-	^ self pop.
+        self cache: currentMethod methodName as: currentMethod.
+        
+        arguments profile ifTrue: [ Transcript show: currentMethod code; cr. ].
+        ^ self pop.
 
-    "Modified: / 23-04-2015 / 18:36:55 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 01-05-2015 / 14:18:07 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 top