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:
parent
4e8bc3f125
commit
797661b6e1
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue