New function: SB-EXT:SPIN-LOOP-HINT
[sbcl.git] / src / compiler / x86 / subprim.lisp
index 1e9e532..a922c85 100644 (file)
@@ -48,7 +48,7 @@
     (inst cmp al-tn list-pointer-lowtag)
     (inst jmp :e loop)
     ;; It's dotted all right. Flame out.
-    (error-call vop object-not-list-error ptr)
+    (error-call vop 'object-not-list-error ptr)
     ;; We be done.
     DONE))