X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fmips%2Fbackend-parms.lisp;h=1df277b485ddd2a5237314220cf3a22dc293f381;hb=47eb330ef0f3b99d24c0e24d897b757f16950c4b;hp=1b212c4708232d60b28b5b97601a2dd03e09b235;hpb=4ae1b794a5d6a90794468cf8017f5307f2c30dfe;p=sbcl.git diff --git a/src/compiler/mips/backend-parms.lisp b/src/compiler/mips/backend-parms.lisp index 1b212c4..1df277b 100644 --- a/src/compiler/mips/backend-parms.lisp +++ b/src/compiler/mips/backend-parms.lisp @@ -4,8 +4,8 @@ ;;; perhaps? (def!constant +backend-fasl-file-implementation+ :mips) (setf *backend-register-save-penalty* 3) -(setf *backend-byte-order* - #!+little-endian :little-endian +(setf *backend-byte-order* + #!+little-endian :little-endian #!-little-endian :big-endian) ;;; FIXME: Check this. Where is it used? (setf *backend-page-size* 4096)