Skip to content

Commit a2ac8cd

Browse files
committed
added 8th arg to RtlVirtualUnwind as NULL
1 parent aa9823c commit a2ac8cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Common/Core/FaultInjection.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ namespace Js
150150
else
151151
{
152152
RtlVirtualUnwind(UNW_FLAG_NHANDLER, ImageBase, Context.Rip, RuntimeFunction,
153-
&Context, &HandlerData, &EstablisherFrame, &NvContext);
153+
&Context, &HandlerData, &EstablisherFrame, NULL);
154154
}
155155

156156
if (!Context.Rip)

0 commit comments

Comments
 (0)