Skip to content

Commit da623ae

Browse files
authored
Add vendor string Shanghai as the successor to Centaur
1 parent eb2fdd3 commit da623ae

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cpuid_x86.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ int get_vendor(void){
283283
if (!strcmp(vendor, "CyrixInstead")) return VENDOR_CYRIX;
284284
if (!strcmp(vendor, "NexGenDriven")) return VENDOR_NEXGEN;
285285
if (!strcmp(vendor, "CentaurHauls")) return VENDOR_CENTAUR;
286+
if (!strcmp(vendor, " Shanghai ")) return VENDOR_CENTAUR;
286287
if (!strcmp(vendor, "RiseRiseRise")) return VENDOR_RISE;
287288
if (!strcmp(vendor, " SiS SiS SiS")) return VENDOR_SIS;
288289
if (!strcmp(vendor, "GenuineTMx86")) return VENDOR_TRANSMETA;

0 commit comments

Comments
 (0)