New function: SB-EXT:SPIN-LOOP-HINT
[sbcl.git] / src / compiler / mips / system.lisp
index e5841e5..dcf7aba 100644 (file)
       (inst nop)
       (inst addu count 1)
       (inst sw count count-vector offset))))
+
+;;;; Dummy definition for a spin-loop hint VOP
+(define-vop (spin-loop-hint)
+  (:translate spin-loop-hint)
+  (:policy :fast-safe)
+  (:generator 0))