1.0.23.40: export page sizes to C with LU suffix
[sbcl.git] / src / code / mips-vm.lisp
index 936201d..4b077a0 100644 (file)
@@ -26,8 +26,7 @@
   (unless (zerop (rem offset n-word-bytes))
     (error "Unaligned instruction?  offset=#x~X." offset))
   (sb!sys:without-gcing
-   (let ((sap (truly-the system-area-pointer
-                         (%primitive sb!c::code-instructions code))))
+   (let ((sap (%primitive sb!c::code-instructions code)))
      (ecase kind
        (:jump
         (aver (zerop (ash value -28)))