We don't want to adjust pc-offset here, since it potentially misses
authorThiemo Seufer <ths@networkno.de>
Thu, 8 Sep 2005 08:21:34 +0000 (08:21 +0000)
committerThiemo Seufer <ths@networkno.de>
Thu, 8 Sep 2005 08:21:34 +0000 (08:21 +0000)
a branch target.

src/code/debug-int.lisp
version.lisp-expr

index 9d1097f..733d269 100644 (file)
                       (- (get-lisp-obj-address code)
                          sb!vm:other-pointer-lowtag)
                       code-header-len)))
-             ;; Check to see whether we were executing in a branch
-             ;; delay slot.
-             #!+(or pmax sgi)          ; pmax only (and broken anyway)
-             (when (logbitp 31 (sb!alien:slot scp '%mips::sc-cause))
-               (incf pc-offset sb!vm:n-word-bytes))
              (let ((code-size (* (code-header-ref code
                                                   sb!vm:code-code-size-slot)
                                  sb!vm:n-word-bytes)))
index 904ea3e..9e3a38c 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.4.51"
+"0.9.4.52"