vcruntime140_1: Unwind state 0.

Signed-off-by: Daniel Lehman <dlehman25@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
feature/deterministic
Daniel Lehman 2020-06-03 11:09:40 +02:00 committed by Alexandre Julliard
parent 7d2675d199
commit b33e1d4cb7
1 changed files with 1 additions and 1 deletions

View File

@ -435,7 +435,7 @@ static void cxx_local_unwind4(ULONG64 frame, DISPATCHER_CONTEXT *dispatch,
if (trylevel <= last_level) return;
unwind_data = rva_to_ptr(descr->unwind_map, dispatch->ImageBase);
last = unwind_data;
last = unwind_data - 1;
for (i = 0; i < trylevel; i++)
{
BYTE *addr = unwind_data;