Searched hist:2918 (Results 1 - 2 of 2) sorted by relevance

/gem5/src/cpu/o3/
H A Dcommit_impl.hh2918:20cdaf201249 Wed Jul 12 17:18:00 EDT 2006 Kevin Lim <ktlim@umich.edu> Serialization changes to make O3CPU consistent with the other models.

src/cpu/o3/commit_impl.hh:
Always set instruction. This is necessary for serialization as the instruction is also serialized.
src/cpu/o3/cpu.cc:
Change serialization so it matches other CPU's output. Also fix up some indexing.
H A Dcpu.cc2918:20cdaf201249 Wed Jul 12 17:18:00 EDT 2006 Kevin Lim <ktlim@umich.edu> Serialization changes to make O3CPU consistent with the other models.

src/cpu/o3/commit_impl.hh:
Always set instruction. This is necessary for serialization as the instruction is also serialized.
src/cpu/o3/cpu.cc:
Change serialization so it matches other CPU's output. Also fix up some indexing.

Completed in 88 milliseconds