gem5: Fix a number of incorrect case statements

This commit is contained in:
Ali Saidi
2012-05-10 18:04:26 -05:00
parent 798403b689
commit 8cee4dacc8
3 changed files with 17 additions and 4 deletions

View File

@@ -105,6 +105,7 @@ RealViewCtrl::read(PacketPtr pkt)
break;
case CfgStat:
pkt->set<uint32_t>(1);
break;
default:
warn("Tried to read RealView I/O at offset %#x that doesn't exist\n",
daddr);