Fix AREA alignment warning on Windows ARM64 (#84020)
authorJan Vorlicek <janvorli@microsoft.com>
Thu, 30 Mar 2023 20:33:29 +0000 (22:33 +0200)
committerGitHub <noreply@github.com>
Thu, 30 Mar 2023 20:33:29 +0000 (22:33 +0200)
commit62d6a8fe599ea3a77ef7af3c7660d398d692f062
tree0b83ea8eb2df0f235e4d7c9c7b0c80b74b18914c
parent0f41c072d72ae291b6eedc190c52c0fa55bc042c
Fix AREA alignment warning on Windows ARM64 (#84020)

The arm64 build on Windows is warning about ALIGN instruction in the
asmhelpers.asm having alignment larger than the alignment of the current
area. This change fixes it by replacing TEXTAREA by an area with the
proper alignment set.
src/coreclr/vm/arm64/asmhelpers.asm