faults.hh (7867:3ee9e6c2e8f7) faults.hh (7878:d3e6ebcccabf)
1/*
2 * Copyright (c) 2003-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;

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

29 * Gabe Black
30 */
31
32#ifndef __FAULTS_HH__
33#define __FAULTS_HH__
34
35#include "base/refcnt.hh"
36#include "base/types.hh"
1/*
2 * Copyright (c) 2003-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;

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

29 * Gabe Black
30 */
31
32#ifndef __FAULTS_HH__
33#define __FAULTS_HH__
34
35#include "base/refcnt.hh"
36#include "base/types.hh"
37#include "sim/fault.hh"
37#include "sim/fault_fwd.hh"
38#include "sim/stats.hh"
39#include "config/full_system.hh"
40#include "cpu/static_inst.hh"
41
42class ThreadContext;
43
44typedef const char * FaultName;
45typedef Stats::Scalar FaultStat;

--- 57 unchanged lines hidden ---
38#include "sim/stats.hh"
39#include "config/full_system.hh"
40#include "cpu/static_inst.hh"
41
42class ThreadContext;
43
44typedef const char * FaultName;
45typedef Stats::Scalar FaultStat;

--- 57 unchanged lines hidden ---