1.0.12.18: faster member-type operations
[sbcl.git] / src / compiler / x86 / values.lisp
index e1b9a5f..9519b22 100644 (file)
@@ -39,8 +39,6 @@
     (inst cmp esp-tn esi)
     (inst jmp :be loop)
     DONE
-    ;; solaris requires DF being zero.
-    #!+sunos (inst cld)
     (inst lea esp-tn (make-ea :dword :base edi :disp n-word-bytes))
     (inst sub edi esi)
     (loop for moved = moved-ptrs then (tn-ref-across moved)
     (inst jmp :nz LOOP)
 
     DONE
-    ;; solaris requires DF being zero.
-    #!+sunos (inst cld)))
+    ))