simulate.cc (11990:5fad911cc326) simulate.cc (12334:e0ab29a34764)
1/*
2 * Copyright (c) 2006 The Regents of The University of Michigan
3 * Copyright (c) 2013 Advanced Micro Devices, Inc.
4 * Copyright (c) 2013 Mark D. Hill and David A. Wood
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions are

--- 22 unchanged lines hidden (view full) ---

31 * Steve Reinhardt
32 */
33
34#include "sim/simulate.hh"
35
36#include <mutex>
37#include <thread>
38
1/*
2 * Copyright (c) 2006 The Regents of The University of Michigan
3 * Copyright (c) 2013 Advanced Micro Devices, Inc.
4 * Copyright (c) 2013 Mark D. Hill and David A. Wood
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions are

--- 22 unchanged lines hidden (view full) ---

31 * Steve Reinhardt
32 */
33
34#include "sim/simulate.hh"
35
36#include <mutex>
37#include <thread>
38
39#include "base/misc.hh"
39#include "base/logging.hh"
40#include "base/pollevent.hh"
41#include "base/types.hh"
42#include "sim/async.hh"
43#include "sim/eventq_impl.hh"
44#include "sim/sim_events.hh"
45#include "sim/sim_exit.hh"
46#include "sim/stat_control.hh"
47

--- 179 unchanged lines hidden ---
40#include "base/pollevent.hh"
41#include "base/types.hh"
42#include "sim/async.hh"
43#include "sim/eventq_impl.hh"
44#include "sim/sim_events.hh"
45#include "sim/sim_exit.hh"
46#include "sim/stat_control.hh"
47

--- 179 unchanged lines hidden ---