JIT: fix ifdef guarding an assert (dotnet/coreclr#22460)
authorAndy Ayers <andya@microsoft.com>
Fri, 8 Feb 2019 16:09:57 +0000 (08:09 -0800)
committerGitHub <noreply@github.com>
Fri, 8 Feb 2019 16:09:57 +0000 (08:09 -0800)
commitaa3cdeb568970a5118110b6f839ab0f790a6b1fa
treec94f741a38501d1444ab69243fa03a009c46b384
parent63d6897ced7904913200118ba8fb500d6927a126
JIT: fix ifdef guarding an assert (dotnet/coreclr#22460)

We use `_TARGET_AMD64_`, not `_TARGET_X64_`.

Commit migrated from https://github.com/dotnet/coreclr/commit/76c322d09ee66c0c51f020c8d95dbee7765224d6
src/coreclr/src/jit/codegenxarch.cpp