Skip to content
This repository was archived by the owner on Oct 15, 2020. It is now read-only.

Commit 1727576

Browse files
sigatrevchakrabot
authored andcommitted
deps: update ChakraCore to chakra-core/ChakraCore@28cc7c2c48
[1.8>1.9] [MERGE #4620 @sigatrev] ARM64: fix in-proc jit memory leak Merge pull request #4620 from sigatrev:arm64_inproc arm32 has special handling for xdata, but arm64 handles it the same way as amd64. Reviewed-By: chakrabot <chakrabot@users.noreply.github.com>
1 parent 750bbf2 commit 1727576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/chakrashim/core/lib/Runtime/Base/FunctionBody.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8867,7 +8867,7 @@ namespace Js
88678867
}
88688868
#endif
88698869
XDataAllocator::Unregister(this->xdataInfo);
8870-
#if defined(_M_ARM32_OR_ARM64)
8870+
#if defined(_M_ARM)
88718871
if (JITManager::GetJITManager()->IsOOPJITEnabled())
88728872
#endif
88738873
{

0 commit comments

Comments
 (0)