isa_traits.hh (9057:f5ee56466b91) isa_traits.hh (9329:3fe8438cbcfc)
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;

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

86 IT_DEV_MONDO,
87 IT_RES_ERROR,
88 IT_SOFT_INT,
89 NumInterruptTypes
90};
91
92// Memory accesses cannot be unaligned
93const bool HasUnalignedMemAcc = false;
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;

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

86 IT_DEV_MONDO,
87 IT_RES_ERROR,
88 IT_SOFT_INT,
89 NumInterruptTypes
90};
91
92// Memory accesses cannot be unaligned
93const bool HasUnalignedMemAcc = false;
94
95const bool CurThreadInfoImplemented = false;
96const int CurThreadInfoReg = -1;
97
94}
95
96#endif // __ARCH_SPARC_ISA_TRAITS_HH__
98}
99
100#endif // __ARCH_SPARC_ISA_TRAITS_HH__