diff options
Diffstat (limited to 'utils/readelf.c')
-rw-r--r-- | utils/readelf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/readelf.c b/utils/readelf.c index a08f1b27c..fcdd510ae 100644 --- a/utils/readelf.c +++ b/utils/readelf.c @@ -211,7 +211,7 @@ static void describe_elf_hdr(Elf32_Ehdr* ehdr) case EM_68HC08: tmp="Motorola MC68HC08 microcontroller"; break; case EM_68HC05: tmp="Motorola MC68HC05 microcontroller"; break; case EM_SVX: tmp="Silicon Graphics SVx"; break; - case EM_AT19: tmp="STMicroelectronics ST19 8 bit mc"; break; + case EM_ST19: tmp="STMicroelectronics ST19 8 bit mc"; break; case EM_VAX: tmp="Digital VAX"; break; case EM_CRIS: tmp="Axis Communications 32-bit embedded processor"; break; case EM_JAVELIN: tmp="Infineon Technologies 32-bit embedded processor"; break; |