From a2ac8cdee92f2c266b5b98bc7873b2ed8eaf8ce6 Mon Sep 17 00:00:00 2001 From: bhavayAnand9 Date: Tue, 9 Oct 2018 20:12:39 +0530 Subject: [PATCH] added 8th arg to RtlVirtualUnwind as NULL --- lib/Common/Core/FaultInjection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Common/Core/FaultInjection.cpp b/lib/Common/Core/FaultInjection.cpp index 216e89974cd..201a67c3c4e 100644 --- a/lib/Common/Core/FaultInjection.cpp +++ b/lib/Common/Core/FaultInjection.cpp @@ -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)