X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fhppa%2Fcall.lisp;h=94d6997aa7861571ae748c52bfa677c0c9224c87;hb=cb534036e501667da3b229627bf5169d7fb5a01c;hp=dac0f2d92fce58bf073d85244d730a455f51860d;hpb=52cfe54802db8736f1f4e2b67764c43bba9b78b3;p=sbcl.git diff --git a/src/compiler/hppa/call.lisp b/src/compiler/hppa/call.lisp index dac0f2d..94d6997 100644 --- a/src/compiler/hppa/call.lisp +++ b/src/compiler/hppa/call.lisp @@ -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)