]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/cpu/x86/64/64.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / basis / cpu / x86 / 64 / 64.factor
index aeca1accce2715ccbb2b16b65e0259bc157759d6..7c832fe66c27b5be9638ea52fbd0edf4d5229bb3 100644 (file)
@@ -131,7 +131,7 @@ M:: x86.64 %box ( n rep func -- )
 M: x86.64 %box-long-long ( n func -- )
     [ int-rep ] dip %box ;
 
-: box-struct-field@ ( i -- operand ) 1+ cells param@ ;
+: box-struct-field@ ( i -- operand ) 1 + cells param@ ;
 
 : %box-struct-field ( c-type i -- )
     box-struct-field@ swap c-type-rep reg-class-of {