platform.cc (6658:f4de76601762) platform.cc (8066:cb7bf3919bdd)
1/*
2 * Copyright (c) 2004-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

30 */
31
32#include "base/misc.hh"
33#include "config/the_isa.hh"
34#include "dev/platform.hh"
35#include "sim/sim_exit.hh"
36
37using namespace std;
1/*
2 * Copyright (c) 2004-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

30 */
31
32#include "base/misc.hh"
33#include "config/the_isa.hh"
34#include "dev/platform.hh"
35#include "sim/sim_exit.hh"
36
37using namespace std;
38using namespace TheISA;
39
40Platform::Platform(const Params *p)
41 : SimObject(p), intrctrl(p->intrctrl)
42{
43}
44
45Platform::~Platform()
46{

--- 35 unchanged lines hidden ---
38
39Platform::Platform(const Params *p)
40 : SimObject(p), intrctrl(p->intrctrl)
41{
42}
43
44Platform::~Platform()
45{

--- 35 unchanged lines hidden ---