1.0.9.41: Fix test on unthreaded config.
[sbcl.git] / src / compiler / mips / static-fn.lisp
index 8290e29..f92d727 100644 (file)
@@ -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~)"