diff options
Diffstat (limited to 'hw')
-rw-r--r-- | hw/ppc405_uc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/ppc405_uc.c b/hw/ppc405_uc.c index df698a88ea..d9bbd93789 100644 --- a/hw/ppc405_uc.c +++ b/hw/ppc405_uc.c @@ -486,6 +486,7 @@ static uint32_t dcr_read_ebc (void *opaque, int dcrn) ret = 0x00000000; break; } + break; default: ret = 0x00000000; break; |