8273927: Enable hsdis for riscv64
Reviewed-by: ihse
This commit is contained in:
parent
9c91ff57e8
commit
240fa6efa2
@ -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!";
|
||||
|
Loading…
Reference in New Issue
Block a user