A fix for SPARC_FS compilation.

--HG--
extra : convert_revision : 8af0dd9c16e7db8ed92f7a71c396841d5ae7e072
This commit is contained in:
Gabe Black 2007-06-14 13:27:08 +00:00
parent cd8f604cc9
commit 6641423a0b

View file

@ -650,7 +650,8 @@ Trace::InstRecord::dump()
<< endl;
predecoder.setTC(thread);
predecoder.moreBytes(m5Pc, 0, shared_data->instruction);
predecoder.moreBytes(m5Pc, m5Pc, 0,
shared_data->instruction);
assert(predecoder.extMachInstReady());