mirror of
https://github.com/libunwind/libunwind.git
synced 2026-01-12 00:04:03 +08:00
Add missing defined for osx-arm64 (remote unwind)
This commit is contained in:
committed by
Stephen M. Webb
parent
b0abe4a24d
commit
b0837eda99
@@ -23,7 +23,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
#ifndef libunwind_src_aarch64_ucontext_i_h
|
||||
#define libunwind_src_aarch64_ucontext_i_h
|
||||
|
||||
#if defined __FreeBSD__
|
||||
#if defined __FreeBSD__ || defined __APPLE__
|
||||
|
||||
#define UC_MCONTEXT_OFF 0x10
|
||||
#define SC_GPR_OFF 0x00
|
||||
|
||||
Reference in New Issue
Block a user