Fixed a compile error.
--HG-- extra : convert_revision : 70221349a7100c89be0d03210f3b04950370583f
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user