Skip to content

Commit

Permalink
[MERGE #5763 @bhavayAnand9] changed 8th arg to RtlVirtualUnwind as NULL
Browse files Browse the repository at this point in the history
Merge pull request #5763 from bhavayAnand9:feature

Resolves #5314
  • Loading branch information
dilijev committed Oct 9, 2018
2 parents aa9823c + a2ac8cd commit edfceaf
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 edfceaf

Please sign in to comment.