summaryrefslogtreecommitdiffstats
path: root/tapsets.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tapsets.cxx')
-rw-r--r--tapsets.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tapsets.cxx b/tapsets.cxx
index 10f3d0a7..9f21bb20 100644
--- a/tapsets.cxx
+++ b/tapsets.cxx
@@ -1578,7 +1578,7 @@ validate_module_elf (Dwfl_Module *mod, const char *name, base_query *q)
case EM_PPC64:
expect_machine2 = "ppc64";
break;
- case EM_S390: expect_machine = "s390x"; break;
+ case EM_S390: expect_machine = "s390"; break;
case EM_IA_64: expect_machine = "ia64"; break;
case EM_ARM: expect_machine = "arm*"; break;
// XXX: fill in some more of these