diff options
author | emaste <emaste@FreeBSD.org> | 2016-01-04 21:41:02 +0000 |
---|---|---|
committer | emaste <emaste@FreeBSD.org> | 2016-01-04 21:41:02 +0000 |
commit | 91c4e15931d56434d3b8f262a3ebf2e91927838e (patch) | |
tree | 13db1e452d72d87c8332bed56b285d7a44037976 /contrib/llvm/projects/libunwind/src/libunwind.cpp | |
parent | 0375989a078c9312a43b492e178a65aa477dcab3 (diff) | |
download | FreeBSD-src-91c4e15931d56434d3b8f262a3ebf2e91927838e.zip FreeBSD-src-91c4e15931d56434d3b8f262a3ebf2e91927838e.tar.gz |
Merge LLVM libunwind revision 256779
Diffstat (limited to 'contrib/llvm/projects/libunwind/src/libunwind.cpp')
-rw-r--r-- | contrib/llvm/projects/libunwind/src/libunwind.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/llvm/projects/libunwind/src/libunwind.cpp b/contrib/llvm/projects/libunwind/src/libunwind.cpp index a23dfcf..f9f32f0 100644 --- a/contrib/llvm/projects/libunwind/src/libunwind.cpp +++ b/contrib/llvm/projects/libunwind/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 |