mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
Namespace police woz here
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@408
This commit is contained in:
parent
cf4a890c45
commit
37ad57a2b5
@ -106,7 +106,7 @@ static void print_cache(cache_t2* c)
|
||||
|
||||
#define CACHESIM(L, MISS_TREATMENT) \
|
||||
/* The cache and associated bits and pieces. */ \
|
||||
cache_t2 L; \
|
||||
static cache_t2 L; \
|
||||
\
|
||||
static void cachesim_##L##_initcache(cache_t config) \
|
||||
{ \
|
||||
|
||||
@ -106,7 +106,7 @@ static void print_cache(cache_t2* c)
|
||||
|
||||
#define CACHESIM(L, MISS_TREATMENT) \
|
||||
/* The cache and associated bits and pieces. */ \
|
||||
cache_t2 L; \
|
||||
static cache_t2 L; \
|
||||
\
|
||||
static void cachesim_##L##_initcache(cache_t config) \
|
||||
{ \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user