X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fppc%2Fc-call.lisp;h=44116843eb3149c163c0651610a35e063006222c;hb=2378406d6eda78090dfe05e372438495aeace5e0;hp=286988398e4ebb30d1d237b471ddfb853d3d4e6c;hpb=ac97b7229f874d5d3ad5000411168af2a31834ec;p=sbcl.git diff --git a/src/compiler/ppc/c-call.lisp b/src/compiler/ppc/c-call.lisp index 2869883..4411684 100644 --- a/src/compiler/ppc/c-call.lisp +++ b/src/compiler/ppc/c-call.lisp @@ -660,7 +660,11 @@ (inst stwu stack-pointer stack-pointer (- frame-size)) ;; And make the call. - (load-address-into r0 (foreign-symbol-address "funcall3")) + (load-address-into + r0 + (foreign-symbol-address + #!-sb-safepoint "funcall3" + #!+sb-safepoint "callback_wrapper_trampoline")) (inst mtlr r0) (inst blrl)