1.0.5.27: Stepper support for MIPS.
[sbcl.git] / tests / step.impure.lisp
index 8842874..4ee3952 100644 (file)
@@ -14,7 +14,7 @@
 (in-package :cl-user)
 
 ;; No stepper support on some platforms.
-#-(or x86 x86-64 ppc sparc)
+#-(or x86 x86-64 ppc sparc mips)
 (sb-ext:quit :unix-status 104)
 
 (defun fib (x)