]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/cpu/ppc/bootstrap.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / basis / cpu / ppc / bootstrap.factor
index b09938f4b9bbe208ccee56eb42658d76aa074005..c63372fa3f8d36358ccb838409637197929c0351 100644 (file)
@@ -4,6 +4,7 @@ USING: bootstrap.image.private kernel kernel.private namespaces
 system cpu.ppc.assembler compiler.codegen.fixup compiler.units\r
 compiler.constants math math.private layouts words\r
 vocabs slots.private locals.backend ;\r
+FROM: cpu.ppc.assembler => B ;\r
 IN: bootstrap.ppc\r
 \r
 4 \ cell set\r
@@ -225,7 +226,7 @@ CONSTANT: rs-reg 14
     ! key = class\r
     5 4 MR\r
     ! key &= cache.length - 1\r
-    5 5 mega-cache-size get 1- bootstrap-cell * ANDI\r
+    5 5 mega-cache-size get 1 - bootstrap-cell * ANDI\r
     ! cache += array-start-offset\r
     3 3 array-start-offset ADDI\r
     ! cache += key\r