]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/cpu/x86/x87/x87.factor
Remove <uint> *uint and friends. Hopefully remove the last usages of these words
[factor.git] / basis / cpu / x86 / x87 / x87.factor
index 445b913bc9d24b509d5d0a0e5762f0c2a9243494..0751877ca740df04682fa79cee0171f4551b2b3c 100644 (file)
@@ -38,12 +38,12 @@ M: double-rep copy-memory* copy-memory-x87 ;
 
 M: x86 %load-float
     0 [] FLDS
-    <float> rc-absolute rel-binary-literal
+    float <ref> rc-absolute rel-binary-literal
     shuffle-down FSTP ;
 
 M: x86 %load-double
     0 [] FLDL
-    <double> rc-absolute rel-binary-literal
+    double <ref> rc-absolute rel-binary-literal
     shuffle-down FSTP ;
 
 :: binary-op ( dst src1 src2 quot -- )