0.9.18.69:
authorJuho Snellman <jsnell@iki.fi>
Thu, 23 Nov 2006 04:00:15 +0000 (04:00 +0000)
committerJuho Snellman <jsnell@iki.fi>
Thu, 23 Nov 2006 04:00:15 +0000 (04:00 +0000)
        Fix DISASSEMBLE after a SB-SPROF:RESET (regression since 0.9.18,
        reported by Zach Beane).

contrib/sb-sprof/sb-sprof.lisp
version.lisp-expr

index 3ec48d1..5851efe 100644 (file)
@@ -1022,7 +1022,7 @@ profiling")
 
 (defun add-disassembly-profile-note (chunk stream dstate)
   (declare (ignore chunk stream))
-  (unless (zerop (samples-index *samples*))
+  (when *samples*
     (let* ((location (+ (sb-disassem::seg-virtual-location
                          (sb-disassem:dstate-segment dstate))
                         (sb-disassem::dstate-cur-offs dstate)))
index e34c3f9..29ba23d 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.9.18.68"
+"0.9.18.69"