Fix for using Python 2.4

--HG--
extra : convert_revision : 1682c4b77a76137974d3cb0d28c36e3d02e4e5cd
This commit is contained in:
Kevin Lim
2005-03-14 16:09:36 -05:00
parent 76e6dd01ae
commit 3cc61bd9e2

View File

@@ -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")