• Simon Richter's avatar
    libwine: Fix wine_switch_to_stack on ppc. · 2416533c
    Simon Richter authored
    The PowerPC ABI expects the caller to allocate space for the return
    address on the stack, above the current stack pointer, even if the
    address is passed in the link register (usually the address is stored at
    SP+4 by the callee).
    2416533c
port.c 7.91 KB