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
|
#endif
|
||||||
#ifdef LIBARCH_s390x
|
#ifdef LIBARCH_s390x
|
||||||
res = "s390:64-bit";
|
res = "s390:64-bit";
|
||||||
|
#endif
|
||||||
|
#ifdef LIBARCH_riscv64
|
||||||
|
res = "riscv:rv64";
|
||||||
#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