0.pre7.14.flaky4.3:
[sbcl.git] / src / compiler / target-byte-comp.lisp
index 287b7bf..844b199 100644 (file)
               (format t "~&~4D:" index))
             (next-byte ()
               (let ((byte (sap-ref-8 sap index)))
-                (format t " ~2,'0X" byte)
+                (format t " ~2,'0X " byte)
                 (incf index)
                 byte))
             (extract-24-bits ()