Fix for using Python 2.4
--HG-- extra : convert_revision : 1682c4b77a76137974d3cb0d28c36e3d02e4e5cd
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user