]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/cpu/ppc/ppc.factor
factor: use new math.ranges syntax in tests and docs
[factor.git] / basis / cpu / ppc / ppc.factor
index 7a78d3d981556216f29445b41b3681e6f78299a4..24d09fb8b3d3e150b478fea5060c746d9cb97265 100644 (file)
@@ -46,8 +46,8 @@ CONSTANT: vm-reg         16
 
 M: ppc machine-registers
     {
-        { int-regs $[ 3 12 [a,b] 17 29 [a,b] append ] }
-        { float-regs $[ 0 29 [a,b] ] }
+        { int-regs $[ 3 12 [a..b] 17 29 [a..b] append ] }
+        { float-regs $[ 0 29 [a..b] ] }
     } ;
 
 M: ppc frame-reg 31 ;