0.pre7.55:
[sbcl.git] / src / compiler / alpha / insts.lisp
index 147b872..098dfaa 100644 (file)
                          (ash (+ posn (component-header-length))
                               (- type-bits word-shift)))))))
 
-(define-instruction function-header-word (segment)
+(define-instruction simple-fun-header-word (segment)
   (:cost 0)
   (:emitter
-   (emit-header-data segment function-header-type)))
+   (emit-header-data segment simple-fun-header-type)))
 
 (define-instruction lra-header-word (segment)
   (:cost 0)