add PowerPC,G4 node

This commit is contained in:
gbeauche 2005-01-30 21:13:23 +00:00
parent 126e549397
commit f891b23e32

View File

@ -131,6 +131,13 @@ void DoPatchNameRegistry(void)
case 80: // 860
str = "PowerPC,860";
break;
case 12: // 7400, 7410, 7450, 7455, 7457
case 0x800c:
case 0x8000:
case 0x8001:
case 0x8002:
str = "PowerPC,G4";
break;
default:
str = "PowerPC,???";
break;