Make the users of wine_call_from_32_regs save %eax so that we don't
authorAlexandre Julliard <julliard@winehq.org>
Sun, 18 Sep 2005 11:13:54 +0000 (11:13 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 18 Sep 2005 11:13:54 +0000 (11:13 +0000)
commit89024a63d3f51495d469a8d87dcb4676e8ab24e4
treee124f1f06266daa607197899252d114be161d4bb
parent66f603ce4ba3815f04c1520b0d46a88bdda5fe08
Make the users of wine_call_from_32_regs save %eax so that we don't
need a special hack in the import thunk.
Added a get_pc_thunk_eax function to simplify the code a bit.
dlls/ntdll/relay.c
include/wine/port.h
tools/winebuild/import.c
tools/winebuild/relay.c
tools/winebuild/spec32.c