aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2019-06-19 17:15:54 +0200
committerSverker Eriksson <[email protected]>2019-06-19 17:15:54 +0200
commit99ad5bfc28bfd32af757d4461ef2bd1370e0d2bd (patch)
treed188e9e29ccb6212149b71ec4de189ffc0b54d93
parentcf0a2a0d201559f181e96708025df136c5a17931 (diff)
parent09e386cd37747c9f6634b061d75910a3e27f3f35 (diff)
downloadotp-99ad5bfc28bfd32af757d4461ef2bd1370e0d2bd.tar.gz
otp-99ad5bfc28bfd32af757d4461ef2bd1370e0d2bd.tar.bz2
otp-99ad5bfc28bfd32af757d4461ef2bd1370e0d2bd.zip
Merge branch 'maint'
-rw-r--r--erts/emulator/hipe/hipe_arm.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/erts/emulator/hipe/hipe_arm.c b/erts/emulator/hipe/hipe_arm.c
index c5e2af0b5e..3e1d7e4d5e 100644
--- a/erts/emulator/hipe/hipe_arm.c
+++ b/erts/emulator/hipe/hipe_arm.c
@@ -18,6 +18,7 @@
* %CopyrightEnd%
*/
+#ifdef __arm__
#include <stddef.h> /* offsetof() */
#ifdef HAVE_CONFIG_H
@@ -285,3 +286,5 @@ void hipe_arch_print_pcb(struct hipe_process_state *p)
U("narity ", narity);
#undef U
}
+
+#endif /*__arm__*/