X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fmips%2Fsystem.lisp;h=dcf7abacfaaf02165f79b503f85d2ab3f57b8728;hb=77ae1e21c9418325b78e639a37634213b7222789;hp=e5841e52db6abbce6f71e100e1c5c65c89ca1fe9;hpb=b8348197b01379c0422f31bcc9d27861c875d7c9;p=sbcl.git diff --git a/src/compiler/mips/system.lisp b/src/compiler/mips/system.lisp index e5841e5..dcf7aba 100644 --- a/src/compiler/mips/system.lisp +++ b/src/compiler/mips/system.lisp @@ -245,3 +245,9 @@ (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))