X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fppc%2Fshow.lisp;h=429ea974ba89a3dda2c83b48b3f8561db86e9b4f;hb=debae3c18d31b5222be4d5de8dcb2601336e24a4;hp=083824b992291d34500415d25878c3b911f8cdb3;hpb=506253505641855dc8bb87033f7af894904f848b;p=sbcl.git diff --git a/src/compiler/ppc/show.lisp b/src/compiler/ppc/show.lisp index 083824b..429ea97 100644 --- a/src/compiler/ppc/show.lisp +++ b/src/compiler/ppc/show.lisp @@ -16,13 +16,13 @@ (:generator 100 (let ((cur-nfp (current-nfp-tn vop))) (when cur-nfp - (store-stack-tn nfp-save cur-nfp)) + (store-stack-tn nfp-save cur-nfp)) (move nl0 object) - (inst lr temp (make-fixup (extern-alien-name "call_into_c") :foreign)) + (inst lr temp (make-fixup "call_into_c" :foreign)) (inst mr lip temp) (inst mtctr lip) - (inst lr cfunc (make-fixup (extern-alien-name "debug_print") :foreign)) + (inst lr cfunc (make-fixup "debug_print" :foreign)) (inst bctrl) (when cur-nfp - (load-stack-tn cur-nfp nfp-save)) + (load-stack-tn cur-nfp nfp-save)) (move result nl0))))