compiler/PPCCompiler.st
changeset 505 19d830b74322
parent 503 ff58cd9f1f3c
child 516 3b81c9e53352
--- a/compiler/PPCCompiler.st	Fri Jul 24 19:42:09 2015 +0100
+++ b/compiler/PPCCompiler.st	Mon Jul 27 10:21:41 2015 +0100
@@ -624,8 +624,10 @@
 
 installMethods
     cache keysAndValuesDo: [ :key :method |
-        compiledParser compileSilently: method code classified: method category.
+        compiledParser compileSilently: method source classified: method category.
     ]
+
+    "Modified: / 24-07-2015 / 19:45:17 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 installVariables