X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fx86%2Ftarget-insts.lisp;h=c761ee092a81a576536f9910f7f6faf99abbd556;hb=b83353d9f998e5c0e34604b5593df70c66d2c510;hp=a184ffb5d825176e702903006044f4396058f68b;hpb=0d871fd7a98fc4af92a8b942a1154761466ad8c9;p=sbcl.git diff --git a/src/compiler/x86/target-insts.lisp b/src/compiler/x86/target-insts.lisp index a184ffb..c761ee0 100644 --- a/src/compiler/x86/target-insts.lisp +++ b/src/compiler/x86/target-insts.lisp @@ -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)