msvcrt: Fix i386 rethrown exceptions handling.
commitee5e06591f2045316775fedaf735cbdce5b71ce0
authorPiotr Caban <piotr@codeweavers.com>
Thu, 7 Apr 2016 13:36:32 +0000 (7 15:36 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 7 Apr 2016 15:10:44 +0000 (8 00:10 +0900)
tree650b96fba9916281259e16805bfcb2c9904f43a6
parent8c00ee2ac69b44d082023d3af9e477a08ec60ccf
msvcrt: Fix i386 rethrown exceptions handling.

When __CxxRegisterExceptionObject was used and there was no
catch_function_nested_handler frame to rewind
nested_frame.frame_info.rec was incorrectly set to current exception.

Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/msvcrt/except_i386.c
dlls/msvcrt/msvcrt.h