diff options
author | Steve Reinhardt <stever@eecs.umich.edu> | 2004-04-06 10:02:00 -0700 |
---|---|---|
committer | Steve Reinhardt <stever@eecs.umich.edu> | 2004-04-06 10:02:00 -0700 |
commit | d4069233eb8cc875aa443cb7c6a16b748e3acc42 (patch) | |
tree | 1c492289fff76c43a00aea660889eecd040b95bd /test | |
parent | 82837b1c3690084ce3cd6ae2f6a1700caf23be00 (diff) | |
download | gem5-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.cc | 2 |
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) |