faults.hh (7741:340b6f01d69b) faults.hh (7811:a8fc35183c10)
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;

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

297
298static inline Fault
299genMachineCheckFault()
300{
301 return new InternalProcessorError;
302}
303
304
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;

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

297
298static inline Fault
299genMachineCheckFault()
300{
301 return new InternalProcessorError;
302}
303
304
305} // SparcISA namespace
305} // namespace SparcISA
306
307#endif // __SPARC_FAULTS_HH__
306
307#endif // __SPARC_FAULTS_HH__