Fix arm64 disasm failures (#44547)
authorBruce Forstall <brucefo@microsoft.com>
Thu, 12 Nov 2020 00:36:24 +0000 (16:36 -0800)
committerGitHub <noreply@github.com>
Thu, 12 Nov 2020 00:36:24 +0000 (16:36 -0800)
commitb2e5a89085fcd87e2fa9300b4bb00cd499c5845b
tree2686643b05fecde9f1c82ad510d059cb08375313
parente5eccd88fe2f625e13e227698f959ae9ae26c671
Fix arm64 disasm failures (#44547)

GTF_ICON_STATIC_HDL and GTF_ICON_FTN_ADDR can't be converted
to names using eeGetFieldName and eeGetMethodFullName, respectively.
So, just print out the type of the target.

Fixes #40354
src/coreclr/src/jit/emitarm64.cpp