Changeset View
Changeset View
Standalone View
Standalone View
src/libunwind.cpp
Context not available. | |||||
# define REGISTER_KIND Registers_mips_newabi | # define REGISTER_KIND Registers_mips_newabi | ||||
#elif defined(__mips__) | #elif defined(__mips__) | ||||
# warning The MIPS architecture is not supported with this ABI and environment! | # warning The MIPS architecture is not supported with this ABI and environment! | ||||
#elif defined(__sparc__) | |||||
# define REGISTER_KIND Registers_sparc | |||||
#else | #else | ||||
# error Architecture not supported | # error Architecture not supported | ||||
#endif | #endif | ||||
Context not available. |