ppc: add missing 'break', spotted by clang analyzer

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
Blue Swirl 2010-04-25 20:33:43 +00:00
parent 05f92404cd
commit 9fad3eb7fa
1 changed files with 1 additions and 0 deletions

View File

@ -486,6 +486,7 @@ static uint32_t dcr_read_ebc (void *opaque, int dcrn)
ret = 0x00000000;
break;
}
break;
default:
ret = 0x00000000;
break;