Fix cortex-a15 detecting bug.
This commit is contained in:
@@ -112,7 +112,7 @@ int detect(void)
|
||||
if (strstr(p, "0xc09")) {
|
||||
return CPU_CORTEXA9;
|
||||
}
|
||||
if (strstr(p, "0xc15")) {
|
||||
if (strstr(p, "0xc0f")) {
|
||||
return CPU_CORTEXA15;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user