fix shadow set bugs in MIPS code that caused out of bounds access...
authorKorey Sewell <ksewell@umich.edu>
Mon, 6 Oct 2008 06:07:04 +0000 (02:07 -0400)
committerKorey Sewell <ksewell@umich.edu>
Mon, 6 Oct 2008 06:07:04 +0000 (02:07 -0400)
commit6c046a28dc6624f57655e5106568721972cbae1e
treedb4595c0b996ce080acd4d78afccc58c3e0460d3
parentb25755993bbc04be0235975e2967533995a493f0
fix shadow set bugs in MIPS code that caused out of bounds access...
panic rdpgpr/wrpgpr instructions until a better impl.
of MIPS shadow sets is available.
src/arch/mips/isa/decoder.isa
src/arch/mips/isa_traits.hh
src/arch/mips/regfile/int_regfile.cc
src/arch/mips/regfile/int_regfile.hh
src/arch/mips/regfile/misc_regfile.cc