< prev index next >

src/share/tools/hsdis/hsdis.c

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

@@ -466,10 +466,13 @@
   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 >