|
@@ -328,7 +328,7 @@ static inline int map_word_bitsset(struct map_info *map, map_word val1, map_word
|
|
|
|
|
|
static inline map_word map_word_load(struct map_info *map, const void *ptr)
|
|
static inline map_word map_word_load(struct map_info *map, const void *ptr)
|
|
{
|
|
{
|
|
- map_word r;
|
|
|
|
|
|
+ map_word r = {{0} };
|
|
|
|
|
|
if (map_bankwidth_is_1(map))
|
|
if (map_bankwidth_is_1(map))
|
|
r.x[0] = *(unsigned char *)ptr;
|
|
r.x[0] = *(unsigned char *)ptr;
|