0.pre7.55:
[sbcl.git] / src / compiler / x86 / call.lisp
index 4fda851..a393bd4 100644 (file)
     (trace-table-entry trace-table-function-prologue)
     (emit-label start-lab)
     ;; Skip space for the function header.
-    (inst function-header-word)
-    (dotimes (i (1- sb!vm:function-code-offset))
+    (inst simple-fun-header-word)
+    (dotimes (i (1- sb!vm:simple-fun-code-offset))
       (inst dword 0))
 
     ;; The start of the actual code.
                              :disp ,(if named
                                         '(- (* fdefn-raw-addr-slot word-bytes)
                                             other-pointer-type)
-                                      '(- (* closure-function-slot word-bytes)
-                                          function-pointer-type))))
+                                      '(- (* closure-fun-slot word-bytes)
+                                          fun-pointer-type))))
               ,@(ecase return
                   (:fixed
                    '((default-unknown-values vop values nvals)))