diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2007-10-10 17:12:40 -0700 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2007-10-10 17:12:40 -0700 |
commit | 917d82eab937da60f4a83621df0c1ce5824bf474 (patch) | |
tree | 5fbf2dc0d93c890e1ff2c7526d3164f062cd44ef /tests | |
parent | a76f734d0ba7d276e413576a9bf22a0bca0bbe2b (diff) | |
download | gem5-917d82eab937da60f4a83621df0c1ce5824bf474.tar.xz |
Regressions: Make mcf have 256MB which it needs for 64 bit builds.
--HG--
extra : convert_revision : 42851d60a4c1e709d79bbd3187227b6e220a253e
Diffstat (limited to 'tests')
-rw-r--r-- | tests/long/10.mcf/test.py | 1 |
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') |