compiler/PPCTrimNode.st
changeset 421 7e08b31e0dae
parent 392 9b297f0d949c
child 422 116d2b2af905
--- a/compiler/PPCTrimNode.st	Wed Nov 19 10:52:37 2014 +0000
+++ b/compiler/PPCTrimNode.st	Mon Nov 24 00:09:23 2014 +0000
@@ -36,7 +36,6 @@
 	compiler add: '].'.
 
 	compiler add: '^ result'.
-	compiler stopMethod.
- ^ compiler lastMethod
+ ^ compiler stopMethod.
 ! !