compiler/PPCTokenCodeGenerator.st
changeset 529 439c4057517f
parent 525 751532c8f3db
child 532 132d7898a2a1
--- a/compiler/PPCTokenCodeGenerator.st	Mon Aug 24 22:32:15 2015 +0100
+++ b/compiler/PPCTokenCodeGenerator.st	Mon Aug 24 23:42:53 2015 +0100
@@ -11,9 +11,9 @@
 
 !PPCTokenCodeGenerator methodsFor:'accessing'!
 
-arguments: args
-    super arguments: args.
-    codeGen arguments: args.
+options: args
+    super options: args.
+    codeGen options: args.
 !
 
 clazz: aPPCClass