]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/cpu/x86/bootstrap.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / basis / cpu / x86 / bootstrap.factor
index 6363f17e48053eebdd0973b00735a9eb0f8cacc7..0dafc3d9c4d1cf5f84d08e8832673917a6d0b63c 100644 (file)
@@ -226,7 +226,7 @@ big-endian off
     temp2 temp1 MOV
     bootstrap-cell 8 = [ temp2 1 SHL ] when
     ! key &= cache.length - 1
-    temp2 mega-cache-size get 1- bootstrap-cell * AND
+    temp2 mega-cache-size get 1 - bootstrap-cell * AND
     ! cache += array-start-offset
     temp0 array-start-offset ADD
     ! cache += key
@@ -496,7 +496,7 @@ big-endian off
     ! make a copy
     mod-arg div-arg MOV
     ! sign-extend
-    mod-arg bootstrap-cell-bits 1- SAR
+    mod-arg bootstrap-cell-bits 1 - SAR
     ! divide
     temp3 IDIV ;