Skip to content

Commit

Permalink
added 8th arg to RtlVirtualUnwind as NULL
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavayAnand9 committed Oct 9, 2018
1 parent aa9823c commit a2ac8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Common/Core/FaultInjection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ namespace Js
else
{
RtlVirtualUnwind(UNW_FLAG_NHANDLER, ImageBase, Context.Rip, RuntimeFunction,
&Context, &HandlerData, &EstablisherFrame, &NvContext);
&Context, &HandlerData, &EstablisherFrame, NULL);
}

if (!Context.Rip)
Expand Down

0 comments on commit a2ac8cd

Please sign in to comment.