8072698: Add AArch64 support to hsdis
Reviewed-by: kvn
This commit is contained in:
parent
86e7982c2c
commit
978182d229
@ -462,6 +462,9 @@ static const char* native_arch_name() {
|
|||||||
#endif
|
#endif
|
||||||
#ifdef LIBARCH_ppc64
|
#ifdef LIBARCH_ppc64
|
||||||
res = "powerpc:common64";
|
res = "powerpc:common64";
|
||||||
|
#endif
|
||||||
|
#ifdef LIBARCH_aarch64
|
||||||
|
res = "aarch64";
|
||||||
#endif
|
#endif
|
||||||
if (res == NULL)
|
if (res == NULL)
|
||||||
res = "architecture not set in Makefile!";
|
res = "architecture not set in Makefile!";
|
||||||
|
Loading…
Reference in New Issue
Block a user