projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76e6dd0
)
Fix for using Python 2.4
author
Kevin Lim
<ktlim@umich.edu>
Mon, 14 Mar 2005 21:09:36 +0000
(16:09 -0500)
committer
Kevin 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
patch
|
blob
|
history
diff --git
a/python/m5/objects/Pci.mpy
b/python/m5/objects/Pci.mpy
index 4daa902ab618ab2576a051be904b2c3867dd8ce2..f7c6674f74446f71b358c246a19c778287ec4857 100644
(file)
--- 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 = 0xffffffff
L
pci_bus = Param.Int("PCI bus")
pci_dev = Param.Int("PCI device number")
pci_func = Param.Int("PCI function code")