diff options
Diffstat (limited to 'hw/sh7750_regnames.c')
-rw-r--r-- | hw/sh7750_regnames.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/sh7750_regnames.c b/hw/sh7750_regnames.c index d4b519da9e..5a5a2d80de 100644 --- a/hw/sh7750_regnames.c +++ b/hw/sh7750_regnames.c @@ -81,7 +81,7 @@ static regname_t regnames[] = { REGNAME(SH7750_BCR3_A7) REGNAME(SH7750_BCR4_A7) REGNAME(SH7750_SDMR2_A7) - REGNAME(SH7750_SDMR3_A7) {(uint32_t) - 1, 0} + REGNAME(SH7750_SDMR3_A7) {(uint32_t) - 1, NULL} }; const char *regname(uint32_t addr) |