compiler/PPCPluggableConfiguration.st
changeset 534 a949c4fe44df
parent 529 439c4057517f
--- a/compiler/PPCPluggableConfiguration.st	Wed Aug 26 23:34:48 2015 +0100
+++ b/compiler/PPCPluggableConfiguration.st	Sat Aug 29 07:56:14 2015 +0100
@@ -24,10 +24,6 @@
 
 !PPCPluggableConfiguration methodsFor:'as yet unclassified'!
 
-options: args
-    ^ base options: args
-!
-
 base: aPPCConfiguration
     base := aPPCConfiguration
 !
@@ -48,5 +44,11 @@
 
 invokePhases
     ^ block value: base
+!
+
+options: args
+    ^ base context options: args
+
+    "Modified: / 28-08-2015 / 14:19:09 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !