One more small change.
This commit is contained in:
parent
298bf1f240
commit
36e08f6994
|
@ -195,7 +195,7 @@ static int cpuid(void)
|
||||||
pvrPOWER[i].cpu_name, pvrPOWER[i].cpu_type);
|
pvrPOWER[i].cpu_name, pvrPOWER[i].cpu_type);
|
||||||
#endif
|
#endif
|
||||||
cpu_type = pvrPOWER[i].cpu_type;
|
cpu_type = pvrPOWER[i].cpu_type;
|
||||||
return (int)(cpu_type);
|
return (int)(cpu_type);
|
||||||
}
|
}
|
||||||
#endif /* C_PGI */
|
#endif /* C_PGI */
|
||||||
#endif /* _AIX */
|
#endif /* _AIX */
|
||||||
|
|
Loading…
Reference in New Issue