0.6.10.13:
[sbcl.git] / src / compiler / x86 / static-fn.lisp
index 2989928..231e074 100644 (file)
@@ -11,9 +11,6 @@
 
 (in-package "SB!VM")
 
-(file-comment
- "$Header$")
-
 (define-vop (static-function-template)
   (:save-p t)
   (:policy :safe)
@@ -55,7 +52,7 @@
        (let ((temp-name (intern (format nil "TEMP-~D" i))))
          (temp-names temp-name)
          (temps `(:temporary (:sc descriptor-reg
-                              :offset ,(nth i register-arg-offsets)
+                              :offset ,(nth i *register-arg-offsets*)
                               :from ,(if (< i num-args)
                                          `(:argument ,i)
                                          '(:eval 1))
         ;; 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))