< prev index next >

src/share/tools/hsdis/hsdis.c

Print this page

        

*** 490,499 **** --- 490,502 ---- res = "sparc:v9b"; #endif #if defined(LIBARCH_ppc64) || defined(LIBARCH_ppc64le) res = "powerpc:common64"; #endif + #ifdef LIBARCH_aarch64 + res = "aarch64"; + #endif if (res == NULL) res = "architecture not set in Makefile!"; return res; }
< prev index next >