made debugger handle errors in printing *DEBUG-CONDITION*
[sbcl.git] / src / compiler / x86 / static-fn.lisp
index 2989928..ac76ea7 100644 (file)
@@ -11,9 +11,6 @@
 
 (in-package "SB!VM")
 
-(file-comment
- "$Header$")
-
 (define-vop (static-function-template)
   (:save-p t)
   (:policy :safe)
         ;; low tag of 3 is added the resulting value points to the
         ;; raw address slot of the fdefn (at +4).
         (inst call (make-ea :dword
-                            :disp (+ *nil-value*
+                            :disp (+ nil-value
                                      (static-function-offset function))))
         ,(collect ((bindings) (links))
                   (do ((temp (temp-names) (cdr temp))