Small mips-vm.lisp improvement, lifted from the ppc version.
authorThiemo Seufer <ths@networkno.de>
Thu, 8 Sep 2005 07:23:06 +0000 (07:23 +0000)
committerThiemo Seufer <ths@networkno.de>
Thu, 8 Sep 2005 07:23:06 +0000 (07:23 +0000)
src/code/mips-vm.lisp
version.lisp-expr

index a378b89..ec9f919 100644 (file)
@@ -1,3 +1,5 @@
+;;; This file contains the MIPS specific runtime stuff.
+;;;
 (in-package "SB!VM")
 
 \f
@@ -19,6 +21,7 @@
 ;;;; 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
index 210cfe6..384871d 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.44"
+"0.9.4.45"