Add missing EM_PPC64 to e_machine header display.

MFC after:	1 week
This commit is contained in:
Justin Hibbits 2014-01-14 04:28:41 +00:00
parent 5b8a8cd1fe
commit fee1155508
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=260621

View File

@ -255,6 +255,7 @@ e_machines(u_int mach)
case EM_860: return "EM_860";
case EM_MIPS: return "EM_MIPS";
case EM_PPC: return "EM_PPC";
case EM_PPC64: return "EM_PPC64";
case EM_ARM: return "EM_ARM";
case EM_ALPHA: return "EM_ALPHA (legacy)";
case EM_SPARCV9:return "EM_SPARCV9";