diff options
Diffstat (limited to 'src/libunwind.cpp')
-rw-r--r-- | src/libunwind.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libunwind.cpp b/src/libunwind.cpp index a23dfcf7677a..f9f32f00ece2 100644 --- a/src/libunwind.cpp +++ b/src/libunwind.cpp @@ -64,6 +64,8 @@ _LIBUNWIND_EXPORT int unw_init_local(unw_cursor_t *cursor, #elif defined(__or1k__) new ((void *)cursor) UnwindCursor<LocalAddressSpace, Registers_or1k>( context, LocalAddressSpace::sThisAddressSpace); +#elif defined(__mips__) +#warning The MIPS architecture is not supported. #else #error Architecture not supported #endif |