1.1.13: will be tagged as "sbcl-1.1.13"
[sbcl.git] / src / compiler / mips / backend-parms.lisp
index 48a61ff..11aa425 100644 (file)
@@ -9,4 +9,4 @@
 (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))