8273927: Enable hsdis for riscv64

Reviewed-by: ihse
This commit is contained in:
Aleksey Shipilev 2021-09-21 05:57:57 +00:00
parent 9c91ff57e8
commit 240fa6efa2

View File

@ -495,6 +495,9 @@ static const char* native_arch_name() {
#endif
#ifdef LIBARCH_s390x
res = "s390:64-bit";
#endif
#ifdef LIBARCH_riscv64
res = "riscv:rv64";
#endif
if (res == NULL)
res = "architecture not set in Makefile!";