X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fmips%2Fstatic-fn.lisp;h=f92d727b7a2bc8f98da617261078d35c071cfab4;hb=6bbc22725d3bf663726ed9adca544e39316364a6;hp=8290e29a1318fbc20e9ad08fc3165d6f76d8795c;hpb=52cfe54802db8736f1f4e2b67764c43bba9b78b3;p=sbcl.git diff --git a/src/compiler/mips/static-fn.lisp b/src/compiler/mips/static-fn.lisp index 8290e29..f92d727 100644 --- a/src/compiler/mips/static-fn.lisp +++ b/src/compiler/mips/static-fn.lisp @@ -16,7 +16,7 @@ (:temporary (:sc control-stack :offset nfp-save-offset) nfp-save)) -(eval-when (:compile-toplevel :load-toplevel :execute) +(eval-when (#-sb-xc :compile-toplevel :load-toplevel :execute) (defun static-fun-template-name (num-args num-results) (intern (format nil "~:@(~R-arg-~R-result-static-fun~)"