summaryrefslogtreecommitdiff
path: root/tests/long/10.mcf
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2007-10-10 17:12:40 -0700
committerGabe Black <gblack@eecs.umich.edu>2007-10-10 17:12:40 -0700
commit917d82eab937da60f4a83621df0c1ce5824bf474 (patch)
tree5fbf2dc0d93c890e1ff2c7526d3164f062cd44ef /tests/long/10.mcf
parenta76f734d0ba7d276e413576a9bf22a0bca0bbe2b (diff)
downloadgem5-917d82eab937da60f4a83621df0c1ce5824bf474.tar.xz
Regressions: Make mcf have 256MB which it needs for 64 bit builds.
--HG-- extra : convert_revision : 42851d60a4c1e709d79bbd3187227b6e220a253e
Diffstat (limited to 'tests/long/10.mcf')
-rw-r--r--tests/long/10.mcf/test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/long/10.mcf/test.py b/tests/long/10.mcf/test.py
index cb8acff22..c4ffb248a 100644
--- 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')