- Implemented ARM9Interpreter & ARM9DisAsm.
- Implemented MemoryBlockLE & DynamicMemoryBlockLE. - Implemented CPUDecoder.
This commit is contained in:
@@ -42,8 +42,9 @@ const wxString Ehdr_MachineToString(const u16 machine)
|
||||
switch(machine)
|
||||
{
|
||||
case MACHINE_MIPS: return "MIPS";
|
||||
case MACHINE_PPC64: return "PowerPC64";
|
||||
case MACHINE_PPC64: return "PowerPC64";
|
||||
case MACHINE_SPU: return "SPU";
|
||||
case MACHINE_ARM: return "ARM";
|
||||
};
|
||||
|
||||
return wxString::Format("Unknown (%x)", machine);
|
||||
|
||||
Reference in New Issue
Block a user