Fix (compile '(setf function)).
[sbcl.git] / src / compiler / x86 / target-insts.lisp
index a184ffb..c761ee0 100644 (file)
@@ -21,8 +21,9 @@
            (type (member t nil) print-size-p)
            (type sb!disassem:disassem-state dstate))
   (when print-size-p
-    (princ (sb!disassem:dstate-get-prop dstate 'width) stream)
+    (princ (inst-operand-size dstate) stream)
     (princ '| PTR | stream))
+  (maybe-print-segment-override stream dstate)
   (write-char #\[ stream)
   (let ((firstp t))
     (macrolet ((pel ((var val) &body body)