X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fmips-vm.lisp;h=4b077a0feff4ef4991eee87c01b1b9d030e07661;hb=a160917364f85b38dc0826a5e3dcef87e3c4c62c;hp=936201deb625c3a7385302fbe935c3d952a3a7b6;hpb=4858ac8509938c327845d0c5deab7164f9e2d741;p=sbcl.git diff --git a/src/code/mips-vm.lisp b/src/code/mips-vm.lisp index 936201d..4b077a0 100644 --- a/src/code/mips-vm.lisp +++ b/src/code/mips-vm.lisp @@ -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)))