View | Details | Raw Unified | Return to bug 2127
Collapse All | Expand All

(-)a/utils/bench-simulator.cc (-4 / +6 lines)
Line 82    Link Here 
82
  m_count = 0;
83
 Lines 108-109    Link Here 
108
  // Clean up scheduler
109
  Simulator::Destroy ();
Line 115    Link Here 
115
  if (m_count > m_total) 
115
  if (m_count >= m_total) 
116
--
Line 273    Link Here 
273
274
  Simulator::Destroy ();
275

Return to bug 2127