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

(-)a/utils/bench-simulator.cc (-3 / +2 lines)
 Lines 270-277   int main (int argc, char *argv[]) Link Here 
270
    }
270
    }
271
271
272
  LOG ("");
272
  LOG ("");
273
  return 0;
274
275
  Simulator::Destroy ();
273
  Simulator::Destroy ();
276
274
  delete bench;
275
  return 0;
277
}
276
}

Return to bug 2535