Commit b33e1d4c authored by Daniel Lehman's avatar Daniel Lehman Committed by Alexandre Julliard

vcruntime140_1: Unwind state 0.

parent 7d2675d1
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment