Fix up microcode support.
authorGabe Black <gblack@eecs.umich.edu>
Mon, 16 Oct 2006 19:56:46 +0000 (15:56 -0400)
committerGabe Black <gblack@eecs.umich.edu>
Mon, 16 Oct 2006 19:56:46 +0000 (15:56 -0400)
commitf1661baf30faf76dbad7d23aeac0c3dbe4dd045c
treeb919be9489bab4d1810302c5595b8ae2b8965104
parent7fefa2a62111e6dd91d954e3d181244323333892
Fix up microcode support.

src/arch/sparc/isa/formats/blockmem.isa:
    Several small and medium bug fixes.
src/cpu/simple/base.cc:
    Fixed a few compiler errors and made sure the next micro pc is set to 1 to prevent the first microop from executing twice. Also fixed a fetching bug.
src/cpu/thread_state.cc:
    Made sure the microPC and nextMicroPC are initialized properly.

--HG--
extra : convert_revision : a0fc8aa18d1ade916f17c557181a793c6108a8af
src/arch/sparc/isa/formats/blockmem.isa
src/cpu/simple/base.cc
src/cpu/thread_state.cc