< prev index next >

src/utils/hsdis/hsdis.c

Print this page
rev 59383 : [mq]: final

*** 482,497 **** 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"; --- 482,491 ----
< prev index next >