libwine: Fix wine_switch_to_stack on ppc.
commit2416533cd5187fdb0118c14a8a4bb48b5dc28e07
authorSimon Richter <Simon.Richter@hogyros.de>
Sat, 31 May 2008 08:50:11 +0000 (31 10:50 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 2 Jun 2008 10:34:28 +0000 (2 12:34 +0200)
tree5fa1425c6c5df650fc48818261d86a72353cec9f
parentff77ba8e17a8e3902dbc8a2dcd5f6e66b7642348
libwine: Fix wine_switch_to_stack on ppc.

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).
libs/wine/port.c