Fixed a compile error.

--HG--
extra : convert_revision : 70221349a7100c89be0d03210f3b04950370583f
This commit is contained in:
Gabe Black 2007-04-10 01:52:38 +00:00
parent d54b8b73ed
commit 5476247623

View file

@ -652,7 +652,7 @@ Trace::InstRecord::dump()
predecoder.setTC(thread);
predecoder.moreBytes(m5Pc, 0, shared_data->instruction);
assert(predecoder.extMachInstRead());
assert(predecoder.extMachInstReady());
StaticInstPtr legionInst =
StaticInst::decode(predecoder.getExtMachInst());