projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a76f734
)
Regressions: Make mcf have 256MB which it needs for 64 bit builds.
author
Gabe Black
<gblack@eecs.umich.edu>
Thu, 11 Oct 2007 00:12:40 +0000
(17:12 -0700)
committer
Gabe Black
<gblack@eecs.umich.edu>
Thu, 11 Oct 2007 00:12:40 +0000
(17:12 -0700)
--HG--
extra : convert_revision :
42851d60a4c1e709d79bbd3187227b6e220a253e
tests/long/10.mcf/test.py
patch
|
blob
|
history
diff --git
a/tests/long/10.mcf/test.py
b/tests/long/10.mcf/test.py
index cb8acff22dad96f982e6a33c770b8b9be67fca1b..c4ffb248ad85730b79055a0a537007081c1a946a 100644
(file)
--- a/
tests/long/10.mcf/test.py
+++ b/
tests/long/10.mcf/test.py
@@
-31,3
+31,4
@@
from cpu2000 import mcf
workload = mcf(isa, opsys, 'smred')
root.system.cpu.workload = workload.makeLiveProcess()
+root.system.physmem.range=AddrRange('256MB')