faults.hh (6972:b6482c4c89e3) faults.hh (7811:a8fc35183c10)
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * Copyright (c) 2009 The University of Edinburgh
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

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

93
94
95static inline Fault
96genMachineCheckFault()
97{
98 return new MachineCheckFault();
99}
100
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * Copyright (c) 2009 The University of Edinburgh
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

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

93
94
95static inline Fault
96genMachineCheckFault()
97{
98 return new MachineCheckFault();
99}
100
101} // PowerISA namespace
101} // namespace PowerISA
102
103#endif // __ARCH_POWER_FAULTS_HH__
102
103#endif // __ARCH_POWER_FAULTS_HH__