inorder: write-hints bug fix
authorKorey Sewell <ksewell@umich.edu>
Sat, 27 Mar 2010 05:40:05 +0000 (01:40 -0400)
committerKorey Sewell <ksewell@umich.edu>
Sat, 27 Mar 2010 05:40:05 +0000 (01:40 -0400)
commitac316d45e8818679efae8559eace010ae0487a99
tree13287d3ad008ee079711d8f81d8f61629019a98f
parentd484e1b334c6fd3f2721a2a4628c2324ed14fd08
inorder: write-hints bug fix
make sure to only read 1 src reg. for write-hint and any other similar
'store' instruction. Reading the source reg when its not necessary
can cause the simulator to read from uninitialized values
src/cpu/inorder/pipeline_traits.cc