+;;; This file contains the MIPS specific runtime stuff.
+;;;
(in-package "SB!VM")
\f
;;;; FIXUP-CODE-OBJECT
(defun fixup-code-object (code offset value kind)
+ (declare (type index offset))
(unless (zerop (rem offset n-word-bytes))
(error "Unaligned instruction? offset=#x~X." offset))
(sb!sys:without-gcing
;;; 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.44"
+"0.9.4.45"