Skip to content

Commit 28cc7c2

Browse files
committed
[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.
2 parents cc2aede + 9034dd5 commit 28cc7c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)