ntdll: Add RtlRestoreContext implementation

Piotr Caban piotr at codeweavers.com
Tue Jul 5 09:13:57 CDT 2016


On 07/05/16 16:07, Sebastian Lackner wrote:
> On 04.07.2016 10:55, Piotr Caban wrote:
>> Signed-off-by: Piotr Caban <piotr at codeweavers.com>
>> ---
>>  dlls/kernel32/kernel32.spec |  2 +-
>>  dlls/ntdll/ntdll.spec       |  1 +
>>  dlls/ntdll/signal_x86_64.c  | 73 +++++++++++++++++++++++++--------------------
>>  3 files changed, 42 insertions(+), 34 deletions(-)
>>
>
> Your patch also changes unwinding behavior in case of MSVCRT_JUMP_BUFFER.
> Previously the instruction pointer stored in the jump buffer was ignored,
> now it will overwrite the value passed as target_ip. Is that intentional?
My bad, I'll send a fixed version.

Thank you,
Piotr



More information about the wine-devel mailing list