Skip to content

Commit fbf79ff

Browse files
author
Meghana Gupta
committed
Fix nojit build
1 parent d0e829d commit fbf79ff

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/Runtime/Base/ScriptContext.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@
4242
#include "Core/CRC.h"
4343
#include "Common/CompressionUtilities.h"
4444

45+
#ifdef _M_IX86
46+
#ifdef _CONTROL_FLOW_GUARD
47+
extern "C" PVOID __guard_check_icall_fptr;
48+
#endif
49+
#endif
50+
4551
namespace Js
4652
{
4753
ScriptContext * ScriptContext::New(ThreadContext * threadContext)

0 commit comments

Comments
 (0)