diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2016-01-04 21:30:54 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2016-01-04 21:30:54 +0000 |
| commit | ca83053650e2c15214b17a869aae5d544c9a59da (patch) | |
| tree | 84f49a0c60694c9ed913e8f019ec61f99f2aa958 /src/libunwind.cpp | |
| parent | dc24fbd60e4b3f6e03821d47536d759368ce57c8 (diff) | |
Notes
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 |
