X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fsparc%2Fsystem.lisp;h=62d6f4c867355dd01766d727130b0daec0c16e57;hb=f3491f128307938cc56367f739b8fbf9e5d503b6;hp=0e5b9935ed5907a5c274c3ce49f18f76a6356c61;hpb=7deecae2d959173eda6a153d490c752c32050a9e;p=sbcl.git diff --git a/src/compiler/sparc/system.lisp b/src/compiler/sparc/system.lisp index 0e5b993..62d6f4c 100644 --- a/src/compiler/sparc/system.lisp +++ b/src/compiler/sparc/system.lisp @@ -246,3 +246,9 @@ (inst ld count count-vector offset) (inst add count 1) (inst st 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))