1.0.12.27: FILL on lists was broken by 1.0.12.16, oops!
[sbcl.git] / src / code / target-sap.lisp
index 13b5037..ae48346 100644 (file)
@@ -41,7 +41,7 @@
 ;;; Return a new SAP, OFFSET bytes from SAP.
 (defun sap+ (sap offset)
   (declare (type system-area-pointer sap)
-           (fixnum offset))
+           (type (signed-byte #.sb!vm:n-word-bits) offset))
   (sap+ sap offset))
 
 ;;; Return the byte offset between SAP1 and SAP2.