faults.cc (11877:5ea85692a53e) faults.cc (12334:e0ab29a34764)
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;

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

27 *
28 * Authors: Nathan Binkert
29 * Gabe Black
30 */
31
32#include "sim/faults.hh"
33
34#include "arch/isa_traits.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;

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

27 *
28 * Authors: Nathan Binkert
29 * Gabe Black
30 */
31
32#include "sim/faults.hh"
33
34#include "arch/isa_traits.hh"
35#include "base/misc.hh"
35#include "base/logging.hh"
36#include "cpu/base.hh"
37#include "cpu/thread_context.hh"
38#include "debug/Fault.hh"
39#include "mem/page_table.hh"
40#include "sim/full_system.hh"
41#include "sim/process.hh"
42
43void FaultBase::invoke(ThreadContext * tc, const StaticInstPtr &inst)

--- 39 unchanged lines hidden ---
36#include "cpu/base.hh"
37#include "cpu/thread_context.hh"
38#include "debug/Fault.hh"
39#include "mem/page_table.hh"
40#include "sim/full_system.hh"
41#include "sim/process.hh"
42
43void FaultBase::invoke(ThreadContext * tc, const StaticInstPtr &inst)

--- 39 unchanged lines hidden ---