diff options
author | Kevin Lim <ktlim@umich.edu> | 2005-03-14 16:09:50 -0500 |
---|---|---|
committer | Kevin Lim <ktlim@umich.edu> | 2005-03-14 16:09:50 -0500 |
commit | 0f11144b26a464fa0877420dfc2c80ee3d9f448d (patch) | |
tree | 4997e5e3a9239919e30e51816d638b80ddedc9bf /python | |
parent | 8f2a84cbe5a0cd26053d49fb0376ec18bcbeb8f4 (diff) | |
parent | 3cc61bd9e2468c49c6a543d0f64ec186f5949de9 (diff) | |
download | gem5-0f11144b26a464fa0877420dfc2c80ee3d9f448d.tar.xz |
Merge ktlim@zizzer.eecs.umich.edu:/bk/m5
into zamp.eecs.umich.edu:/z/ktlim2/m5
--HG--
extra : convert_revision : 145a8416a65d91c8852c85b576d9259fd47a0887
Diffstat (limited to 'python')
-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") |