Fix `getTargetOfCall` for ARM.
authorPat Gavlin <pagavlin@microsoft.com>
Thu, 27 Jul 2017 19:32:07 +0000 (12:32 -0700)
committerPat Gavlin <pagavlin@microsoft.com>
Thu, 27 Jul 2017 19:32:07 +0000 (12:32 -0700)
commitedf8c17adba6f9b8120adaa943693f27ef82bdbf
tree15eb1d8fbb12d4b57a7647a0500bca5e77e3c90c
parentc372ab8695b066efc10823ba69b338fd4f6c2e58
Fix `getTargetOfCall` for ARM.

If the instruction we're decoding is not a call, don't attempt to decode
it as if it were an x86 instruction. Instead, just return 0 as on ARM64.
src/vm/gccover.cpp