Deleted Added
sdiff udiff text old ( 6658:f4de76601762 ) new ( 8066:cb7bf3919bdd )
full compact
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;
38
39Platform::Platform(const Params *p)
40 : SimObject(p), intrctrl(p->intrctrl)
41{
42}
43
44Platform::~Platform()
45{

--- 35 unchanged lines hidden ---