From 3cc61bd9e2468c49c6a543d0f64ec186f5949de9 Mon Sep 17 00:00:00 2001
From: Kevin Lim <ktlim@umich.edu>
Date: Mon, 14 Mar 2005 16:09:36 -0500
Subject: Fix for using Python 2.4

--HG--
extra : convert_revision : 1682c4b77a76137974d3cb0d28c36e3d02e4e5cd
---
 python/m5/objects/Pci.mpy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'python/m5')

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")
-- 
cgit v1.2.3