cpu: Support trace termination in BaseTrafficGen
[gem5.git] / src / cpu / inst_pb_trace.cc
index 138ef5386926846b5506f400e52af526728ce376..4c8d2f6207ad7906d806ab4756ab2879aaaedce9 100644 (file)
@@ -160,8 +160,6 @@ InstPBTrace::traceInst(ThreadContext *tc, StaticInstPtr si, TheISA::PCState pc)
     curMsg->set_cpuid(tc->cpuId());
     curMsg->set_tick(curTick());
     curMsg->set_type(static_cast<ProtoMessage::Inst_InstType>(si->opClass()));
-    curMsg->set_inst_flags(bits(si->machInst, 7, 0));
-
 }
 
 void