fix sinic unserialization
dev/sinic.cc:
we only use one address range in the sinic
--HG--
extra : convert_revision : daa730a34ac9c9264060431556a1c5caa3252c5e
This commit is contained in:
@@ -1264,10 +1264,8 @@ Device::unserialize(Checkpoint *cp, const std::string §ion)
|
||||
/*
|
||||
* re-add addrRanges to bus bridges
|
||||
*/
|
||||
if (pioInterface) {
|
||||
if (pioInterface)
|
||||
pioInterface->addAddrRange(RangeSize(BARAddrs[0], BARSize[0]));
|
||||
pioInterface->addAddrRange(RangeSize(BARAddrs[1], BARSize[1]));
|
||||
}
|
||||
}
|
||||
|
||||
Tick
|
||||
|
||||
Reference in New Issue
Block a user