X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fx86-64%2Fshow.lisp;h=47fb5896441559cf0f03833d3af5bf726c7e87bb;hb=2a71a27c55ad98e36f2886017d45ca2ae986296d;hp=f0e0201d36a66954f7316b19952b045d410d3b73;hpb=78fa16bf55be44cc16845be84d98023e83fb14bc;p=sbcl.git diff --git a/src/compiler/x86-64/show.lisp b/src/compiler/x86-64/show.lisp index f0e0201..47fb589 100644 --- a/src/compiler/x86-64/show.lisp +++ b/src/compiler/x86-64/show.lisp @@ -27,11 +27,10 @@ (:save-p t) (:generator 100 (inst push object) - (inst lea rax (make-fixup (extern-alien-name "debug_print") :foreign)) + (inst lea rax (make-fixup "debug_print" :foreign)) (inst lea call-target (make-ea :qword - :disp (make-fixup (extern-alien-name "call_into_c") - :foreign))) + :disp (make-fixup "call_into_c" :foreign))) (inst call call-target) (inst add rsp-tn n-word-bytes) (move result rax)))