sim: Add an option to forward work items to Python
[gem5.git] / src / sim / faults.cc
index e2562fca645710dcd00d35bcac766e373eee4e2b..abcad6d3c21c610901dc3a8701b1ff775cf4bba5 100644 (file)
@@ -43,7 +43,6 @@ void FaultBase::invoke(ThreadContext * tc, const StaticInstPtr &inst)
 {
     if (FullSystem) {
         DPRINTF(Fault, "Fault %s at PC: %s\n", name(), tc->pcState());
-        assert(!tc->misspeculating());
     } else {
         panic("fault (%s) detected @ PC %s", name(), tc->pcState());
     }