bump version
[buildroot.git] / package / valgrind / valgrind-3.3.1-sim-undefined-cache-initializer.patch
bloba570fae61f2b4b73242aab6ce80153c9e313dbe8
1 --- valgrind-3.3.1.oorig/callgrind/sim.c 2008-06-01 03:38:39.000000000 +0200
2 +++ valgrind-3.3.1/callgrind/sim.c 2008-11-17 10:51:52.000000000 +0100
3 @@ -1365,7 +1365,7 @@
4 /*--- Cache configuration ---*/
5 /*------------------------------------------------------------*/
7 -#define UNDEFINED_CACHE ((cache_t) { -1, -1, -1 })
8 +#define UNDEFINED_CACHE { -1, -1, -1 }
10 static cache_t clo_I1_cache = UNDEFINED_CACHE;
11 static cache_t clo_D1_cache = UNDEFINED_CACHE;