Fix for using Python 2.4
authorKevin Lim <ktlim@umich.edu>
Mon, 14 Mar 2005 21:09:36 +0000 (16:09 -0500)
committerKevin Lim <ktlim@umich.edu>
Mon, 14 Mar 2005 21:09:36 +0000 (16:09 -0500)
--HG--
extra : convert_revision : 1682c4b77a76137974d3cb0d28c36e3d02e4e5cd

python/m5/objects/Pci.mpy

index 4daa902ab618ab2576a051be904b2c3867dd8ce2..f7c6674f74446f71b358c246a19c778287ec4857 100644 (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")