0.8.20.14:
[sbcl.git] / src / compiler / target-disassem.lisp
index cb8c476..e89b02c 100644 (file)
                 (cond ((null inst)
                        (handle-bogus-instruction stream dstate))
                       (t
+                        (setf (dstate-inst-properties dstate) nil)
                        (setf (dstate-next-offs dstate)
                              (+ (dstate-cur-offs dstate)
                                 (inst-length inst)))