Skip to content

Commit a247f4f

Browse files
author
Meghana Gupta
committed
[MERGE #6004 @meg-gupta] Fix nojit build
Merge pull request #6004 from meg-gupta:fixbuild
2 parents eb13965 + fbf79ff commit a247f4f

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)