changeset 6e39e3641dd8 in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=6e39e3641dd8
description:
        cpu: call BaseCPU startup() function in o3 cpu

diffstat:

 src/cpu/o3/cpu.cc |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 51e683db5ab1 -r 6e39e3641dd8 src/cpu/o3/cpu.cc
--- a/src/cpu/o3/cpu.cc Tue Dec 03 10:36:03 2013 -0600
+++ b/src/cpu/o3/cpu.cc Tue Dec 03 10:36:04 2013 -0600
@@ -674,6 +674,7 @@
 void
 FullO3CPU<Impl>::startup()
 {
+    BaseCPU::startup();
     for (int tid = 0; tid < numThreads; ++tid)
         isa[tid]->startup(threadContexts[tid]);
 
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to