X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fx86%2Ftarget-insts.lisp;h=b51b9f5af0e7f5f264a921403a54f8ba5ae08173;hb=8974d768a634343d958de35e9ce90cec235590a3;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..b51b9f5 100644 --- a/src/compiler/x86/target-insts.lisp +++ b/src/compiler/x86/target-insts.lisp @@ -21,7 +21,7 @@ (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)) (write-char #\[ stream) (let ((firstp t))