1.0.20.15: rename SB-ASSEM:ALIGN to EMIT-ALIGNMENT
[sbcl.git] / src / compiler / alpha / call.lisp
index 467d670..d62f5bd 100644 (file)
   (:generator 1
     ;; Make sure the function is aligned, and drop a label pointing to
     ;; this function header.
-    (align n-lowtag-bits)
+    (emit-alignment n-lowtag-bits)
     (trace-table-entry trace-table-fun-prologue)
     (emit-label start-lab)
     ;; Allocate function header.