double->single float conversion isn't a no-op on x87 anymore
[sbcl.git] / src / compiler / mips / backend-parms.lisp
index e1c1a1d..11aa425 100644 (file)
@@ -6,7 +6,7 @@
       #!+little-endian :little-endian
       #!-little-endian :big-endian)
 
-(progn ;eval-when (:compile-toplevel :load-toplevel :execute)
+(eval-when (:compile-toplevel :load-toplevel :execute)
   ;; The o32 ABI specifies 4k-64k as page size. We have to pick the
   ;; maximum since mprotect() works only with page granularity.
-  (setf *backend-page-size* 65536))
+  (setf *backend-page-bytes* 65536))