diff options
author | Kevin Lim <ktlim@umich.edu> | 2006-11-12 23:31:29 -0500 |
---|---|---|
committer | Kevin Lim <ktlim@umich.edu> | 2006-11-12 23:31:29 -0500 |
commit | 9e53eed88a2cb33247c2bab747846e2c23df8d68 (patch) | |
tree | ba28c674b9c11b28a489bdda29cbf80ba8498395 | |
parent | 8a0cbbe27b851fac4d3288e56878f59e5c207c0e (diff) | |
download | gem5-9e53eed88a2cb33247c2bab747846e2c23df8d68.tar.xz |
Fix typo.
--HG--
extra : convert_revision : 05db10e20d33302fe830d5759b8881b1233aca87
-rw-r--r-- | src/cpu/ozone/cpu_builder.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/ozone/cpu_builder.cc b/src/cpu/ozone/cpu_builder.cc index 155f0ce09..e7ecfc496 100644 --- a/src/cpu/ozone/cpu_builder.cc +++ b/src/cpu/ozone/cpu_builder.cc @@ -67,7 +67,7 @@ Param<Tick> profile; Param<bool> do_quiesce; Param<bool> do_checkpoint_insts; -Param<bool> do_statistics_insts +Param<bool> do_statistics_insts; #else SimObjectVectorParam<Process *> workload; //SimObjectParam<PageTable *> page_table; |