mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
Only print a warning about not having identified the cache if we have
actually failed to recognise it... git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2460
This commit is contained in:
parent
6991ae3a73
commit
81368d791a
@ -1041,7 +1041,6 @@ void get_caches(cache_t* I1c, cache_t* D1c, cache_t* L2c)
|
||||
|
||||
// Then replace with any info we can get from CPUID.
|
||||
res = get_caches_from_CPUID(I1c, D1c, L2c);
|
||||
res = -1;
|
||||
|
||||
// Then replace with any defined on the command line.
|
||||
if (DEFINED(clo_I1_cache)) { *I1c = clo_I1_cache; n_clos++; }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user