X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-simple-streams%2Finternal.lisp;h=44eff2b701151af011506f4c69f9aabde0ce08fb;hb=0e03a9ac950b78d776c4869c809e202d9e929f39;hp=8b32d9ebeb4a1dc74658710b36066baaa99938ac;hpb=830db48da09c88c0e91b11e2991d21b2a1af2579;p=sbcl.git diff --git a/contrib/sb-simple-streams/internal.lisp b/contrib/sb-simple-streams/internal.lisp index 8b32d9e..44eff2b 100644 --- a/contrib/sb-simple-streams/internal.lisp +++ b/contrib/sb-simple-streams/internal.lisp @@ -332,7 +332,7 @@ (tagbody again ;; Avoid CMUCL gengc write barrier - (do ((i start (+ i (the fixnum #.(sb-posix:getpagesize))))) + (do ((i start (+ i #.(sb-posix:getpagesize)))) ((>= i end)) (declare (type fixnum i)) (setf (bref buffer i) 0))