sim_object.cc (11800:54436a1784dc) sim_object.cc (12334:e0ab29a34764)
1/*
2 * Copyright (c) 2001-2005 The Regents of The University of Michigan
3 * Copyright (c) 2010 Advanced Micro Devices, Inc.
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

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

27 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28 *
29 * Authors: Steve Reinhardt
30 * Nathan Binkert
31 */
32
33#include "sim/sim_object.hh"
34
1/*
2 * Copyright (c) 2001-2005 The Regents of The University of Michigan
3 * Copyright (c) 2010 Advanced Micro Devices, Inc.
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

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

27 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28 *
29 * Authors: Steve Reinhardt
30 * Nathan Binkert
31 */
32
33#include "sim/sim_object.hh"
34
35#include "base/logging.hh"
35#include "base/match.hh"
36#include "base/match.hh"
36#include "base/misc.hh"
37#include "base/trace.hh"
38#include "debug/Checkpoint.hh"
39#include "sim/probe/probe.hh"
40
41using namespace std;
42
43
44////////////////////////////////////////////////////////////////////////

--- 147 unchanged lines hidden ---
37#include "base/trace.hh"
38#include "debug/Checkpoint.hh"
39#include "sim/probe/probe.hh"
40
41using namespace std;
42
43
44////////////////////////////////////////////////////////////////////////

--- 147 unchanged lines hidden ---