< prev index next >

src/share/tools/hsdis/hsdis.c

Print this page
rev 12087 : 8166560: [s390] Basic enablement of s390 port.

*** 466,475 **** --- 466,478 ---- res = "powerpc:common64"; #endif #ifdef LIBARCH_aarch64 res = "aarch64"; #endif + #ifdef LIBARCH_s390x + res = "s390:64-bit"; + #endif if (res == NULL) res = "architecture not set in Makefile!"; return res; }
< prev index next >