mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-15 04:00:56 +00:00
libunwind: Add OpenBSD case for _Unwind_Ptr typedef
Patch by Mark Kettenis llvm-svn: 282599
This commit is contained in:
parent
536239f144
commit
a2ebee6f50
@ -35,7 +35,7 @@ namespace libunwind {
|
||||
#include "Registers.hpp"
|
||||
|
||||
#if _LIBUNWIND_ARM_EHABI
|
||||
#if defined(__FreeBSD__) || defined(__NetBSD__)
|
||||
#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
|
||||
|
||||
typedef void *_Unwind_Ptr;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user