summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSteve Reinhardt <stever@eecs.umich.edu>2004-04-06 10:02:00 -0700
committerSteve Reinhardt <stever@eecs.umich.edu>2004-04-06 10:02:00 -0700
commitd4069233eb8cc875aa443cb7c6a16b748e3acc42 (patch)
tree1c492289fff76c43a00aea660889eecd040b95bd /test
parent82837b1c3690084ce3cd6ae2f6a1700caf23be00 (diff)
downloadgem5-d4069233eb8cc875aa443cb7c6a16b748e3acc42.tar.xz
Beta version of Python configuration tool. Generates .ini files from
Python script description. arch/alpha/alpha_memory.cc: dev/io_device.cc: Add DEFINE_SIM_OBJECT_CLASS_NAME for intermediate SimObjects. test/paramtest.cc: Fix stupid spelling. --HG-- extra : convert_revision : dc020208cb6507c1afb1ed771a7218daba678e09
Diffstat (limited to 'test')
-rw-r--r--test/paramtest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/paramtest.cc b/test/paramtest.cc
index ad0481a96..2efe23c83 100644
--- a/test/paramtest.cc
+++ b/test/paramtest.cc
@@ -76,7 +76,7 @@ const EnumParamMap enum2_map[] =
{ "ten", 10 },
{ "twenty", 20 },
{ "thirty", 30 },
- { "fourty", 40 }
+ { "forty", 40 }
};
BEGIN_INIT_SIM_OBJECT_PARAMS(ParamTest)