summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2007-03-22 00:10:47 -0400
committerGabe Black <gblack@eecs.umich.edu>2007-03-22 00:10:47 -0400
commit39c4ea347396d1ed58ee00ba7ac3a0fbd1c304c1 (patch)
tree60310ebdc630dd8ed88344ae752902325d123598 /configs
parent63e2d3dcbf9276d05a556b601edf7fc8316a2cc1 (diff)
downloadgem5-39c4ea347396d1ed58ee00ba7ac3a0fbd1c304c1.tar.xz
Fix mcf benchmark object so it gets the arguments it expects.
--HG-- extra : convert_revision : 47087be1f89699e9f8e0dc023abbf593bc0f6618
Diffstat (limited to 'configs')
-rw-r--r--configs/common/cpu2000.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/common/cpu2000.py b/configs/common/cpu2000.py
index 59799eb49..18f6aedea 100644
--- a/configs/common/cpu2000.py
+++ b/configs/common/cpu2000.py
@@ -518,6 +518,7 @@ class mcf(MinneDefaultBenchmark):
name = 'mcf'
number = 181
lang = 'C'
+ args = [ 'mcf.in' ]
class parser(MinneDefaultBenchmark):
name = 'parser'