X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fhppa%2Fcall.lisp;h=45bc167ee57fdedc75b51c14585693fdcc5ce2b2;hb=e3113504fca73ebd1b992930315386d9d3ae5d18;hp=dac0f2d92fce58bf073d85244d730a455f51860d;hpb=52cfe54802db8736f1f4e2b67764c43bba9b78b3;p=sbcl.git diff --git a/src/compiler/hppa/call.lisp b/src/compiler/hppa/call.lisp index dac0f2d..45bc167 100644 --- a/src/compiler/hppa/call.lisp +++ b/src/compiler/hppa/call.lisp @@ -133,7 +133,7 @@ (: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. @@ -144,7 +144,7 @@ ;; Fix CODE, cause the function object was passed in. (let ((entry-point (gen-label))) (emit-label entry-point) - (inst compute-code-from-fn lip-tn entry-point temp code-tn)) + (inst compute-code-from-lip lip-tn entry-point temp code-tn)) ;; Build our stack frames. (inst addi (* n-word-bytes (sb-allocated-size 'control-stack)) cfp-tn csp-tn)