mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 16:00:39 +01:00
[v0.88][ARM][BUGFIX] Fix bugs in single CPU SoCs and small bugs related to strings
This commit is contained in:
@@ -48,6 +48,7 @@ struct cache* get_cache_info(struct cpuInfo* cpu) {
|
||||
cach->max_cache_level = 2;
|
||||
for(int i=0; i < cach->max_cache_level + 1; i++) {
|
||||
cach->cach_arr[i]->exists = true;
|
||||
cach->cach_arr[i]->num_caches = 1;
|
||||
cach->cach_arr[i]->size = 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user