Serialization changes to make O3CPU consistent with the other models.
authorKevin Lim <ktlim@umich.edu>
Wed, 12 Jul 2006 21:18:34 +0000 (17:18 -0400)
committerKevin Lim <ktlim@umich.edu>
Wed, 12 Jul 2006 21:18:34 +0000 (17:18 -0400)
commite758c1fc0404fca9e95139ed98ee422c43742c97
tree8607f44a907fbe91f7166ed33a6cb54c63578d2c
parenta9ca36639f3e6d52284d947ab55c7c277918e686
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.

--HG--
extra : convert_revision : 52f6e183132d177bed6e29dd7cf0c10aed6d8534
src/cpu/o3/commit_impl.hh
src/cpu/o3/cpu.cc