Deleted Added
sdiff udiff text old ( 7741:340b6f01d69b ) new ( 7811:a8fc35183c10 )
full compact
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} // namespace SparcISA
306
307#endif // __SPARC_FAULTS_HH__