projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63e2d3d
)
Fix mcf benchmark object so it gets the arguments it expects.
author
Gabe Black
<gblack@eecs.umich.edu>
Thu, 22 Mar 2007 04:10:47 +0000
(
00:10
-0400)
committer
Gabe Black
<gblack@eecs.umich.edu>
Thu, 22 Mar 2007 04:10:47 +0000
(
00:10
-0400)
--HG--
extra : convert_revision :
47087be1f89699e9f8e0dc023abbf593bc0f6618
configs/common/cpu2000.py
patch
|
blob
|
history
diff --git
a/configs/common/cpu2000.py
b/configs/common/cpu2000.py
index 59799eb490233011cf477ab18ffed423726a63f2..18f6aedea93d03331a9d0267c7c5c04f95aee4c5 100644
(file)
--- 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'