diff options
-rw-r--r-- | python/m5/objects/Pci.mpy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/m5/objects/Pci.mpy b/python/m5/objects/Pci.mpy index 4daa902ab..f7c6674f7 100644 --- a/python/m5/objects/Pci.mpy +++ b/python/m5/objects/Pci.mpy @@ -43,7 +43,7 @@ simobj PciConfigAll(FooPioDevice): simobj PciDevice(DmaDevice): type = 'PciDevice' abstract = True - addr = 0xffffffff + addr = 0xffffffffL pci_bus = Param.Int("PCI bus") pci_dev = Param.Int("PCI device number") pci_func = Param.Int("PCI function code") |