Skip to content

Commit

Permalink
We don't want to adjust pc-offset here, since it potentially misses
Browse files Browse the repository at this point in the history
a branch target.
  • Loading branch information
Thiemo Seufer committed Sep 8, 2005
1 parent 299d2db commit 6987ae7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions src/code/debug-int.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -947,11 +947,6 @@
(- (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)))
Expand Down
2 changes: 1 addition & 1 deletion version.lisp-expr
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 6987ae7

Please sign in to comment.