< prev index next >

src/utils/hsdis/hsdis.c

Print this page
rev 59103 : imported patch hotspot

@@ -482,16 +482,10 @@
   res = "i386";
 #endif
 #ifdef LIBARCH_amd64
   res = "i386:x86-64";
 #endif
-#ifdef LIBARCH_sparc
-  res = "sparc:v8plusb";
-#endif
-#ifdef LIBARCH_sparcv9
-  res = "sparc:v9b";
-#endif
 #if  defined(LIBARCH_ppc64) || defined(LIBARCH_ppc64le)
   res = "powerpc:common64";
 #endif
 #ifdef LIBARCH_arm
   res = "arm";
< prev index next >