faults.hh (7678:f19b6a3a8cec) faults.hh (7811:a8fc35183c10)
1/*
2 * Copyright (c) 2010 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

241 StaticInstPtr inst = StaticInst::nullStaticInstPtr);
242};
243
244static inline Fault genMachineCheckFault()
245{
246 return new Reset();
247}
248
1/*
2 * Copyright (c) 2010 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

241 StaticInstPtr inst = StaticInst::nullStaticInstPtr);
242};
243
244static inline Fault genMachineCheckFault()
245{
246 return new Reset();
247}
248
249} // ArmISA namespace
249} // namespace ArmISA
250
251#endif // __ARM_FAULTS_HH__
250
251#endif // __ARM_FAULTS_HH__