Skip to content

Commit

Permalink
Fix build on x64
Browse files Browse the repository at this point in the history
  • Loading branch information
directhex committed Mar 31, 2021
1 parent 4981587 commit b697a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/pal/src/map/virtual.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1777,7 +1777,7 @@ PAL_JITWriteEnableHolder::JITWriteEnable(bool writeEnable)
}
#endif

#if defined(TARGET_MACCATALYST)
#if defined(HOST_ARM64) && defined(TARGET_MACCATALYST)
bool
PAL_JITWriteEnableHolder::JITWriteEnable(bool writeEnable)
{
Expand Down

0 comments on commit b697a83

Please sign in to comment.