An attempt to serialize the state of the micro code mechanism in the simple cpu.
authorGabe Black <gblack@eecs.umich.edu>
Sun, 29 Oct 2006 09:04:50 +0000 (04:04 -0500)
committerGabe Black <gblack@eecs.umich.edu>
Sun, 29 Oct 2006 09:04:50 +0000 (04:04 -0500)
commit628a3b1d01702d1e3888c40c4a02c38c636ae6d4
tree2f62051e7c2bd634931b88e77c27334823daa6b7
parent349c7aff9b1a4643f8501d4b5cd7eff8753dfac9
An attempt to serialize the state of the micro code mechanism in the simple cpu.

src/cpu/simple/base.cc:
    Make a microcoded op start at the current micropc, rather than starting at 0.
src/cpu/thread_state.cc:
    Serialize the microPC and nextMicroPC

--HG--
extra : convert_revision : 5302215f17312ecef3ff4c6548acb05297ee4ff6
src/cpu/simple/base.cc
src/cpu/thread_state.cc