Replace iPentium with iP54C and iP-MMX with iP55C

This commit is contained in:
Stas Degteff 2005-10-16 09:15:11 +00:00
parent 63d2cfc1ff
commit 795bb50063

View File

@ -169,10 +169,10 @@ static void cpuname(int family, int model, const char *v_name, char *m_name)
case 1: case 1:
case 2: case 2:
case 3: case 3:
strcpy(m_name, "iPentium"); strcpy(m_name, "iP54C");
break; break;
case 4: case 4:
strcpy(m_name, "iP-MMX"); strcpy(m_name, "iP55C");
break; break;
default: default:
sprintf(m_name, "iF%dM%d", family, model); sprintf(m_name, "iF%dM%d", family, model);