mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 16:51:42 +03:00
12 lines
303 B
Diff
12 lines
303 B
Diff
|
--- a/src/fault-linux-arm.h
|
||
|
+++ b/src/fault-linux-arm.h
|
||
|
@@ -17,6 +17,8 @@
|
||
|
|
||
|
#include "fault-posix-ucontext.h"
|
||
|
|
||
|
+#define HAVE_STACKVMA 0
|
||
|
+
|
||
|
#if defined(__aarch64__) || defined(__ARM_64BIT_STATE) || defined(__ARM_PCS_AAPCS64) /* 64-bit */
|
||
|
|
||
|
/* See glibc/sysdeps/unix/sysv/linux/aarch64/sys/ucontext.h.
|