diff options
Diffstat (limited to 'sim/bfin/dv-bfin_wp.c')
-rw-r--r-- | sim/bfin/dv-bfin_wp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/bfin/dv-bfin_wp.c b/sim/bfin/dv-bfin_wp.c index efa0804..ba40026 100644 --- a/sim/bfin/dv-bfin_wp.c +++ b/sim/bfin/dv-bfin_wp.c @@ -54,7 +54,8 @@ struct bfin_wp #define mmr_offset(mmr) (offsetof(struct bfin_wp, mmr) - mmr_base()) #define mmr_idx(mmr) (mmr_offset (mmr) / 4) -static const char * const mmr_names[] = { +static const char * const mmr_names[] = +{ [mmr_idx (iactl)] = "WPIACTL", [mmr_idx (ia)] = "WPIA0", "WPIA1", "WPIA2", "WPIA3", "WPIA4", "WPIA5", [mmr_idx (iacnt)] = "WPIACNT0", "WPIACNT1", "WPIACNT2", |