summaryrefslogtreecommitdiff
path: root/include/tdep/jmpbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/tdep/jmpbuf.h')
-rw-r--r--include/tdep/jmpbuf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tdep/jmpbuf.h b/include/tdep/jmpbuf.h
index 4eae183e..13093a0c 100644
--- a/include/tdep/jmpbuf.h
+++ b/include/tdep/jmpbuf.h
@@ -5,7 +5,7 @@
#if defined __aarch64__
# include "tdep-aarch64/jmpbuf.h"
-#if defined __arm__
+#elif defined __arm__
# include "tdep-arm/jmpbuf.h"
#elif defined __hppa__
# include "tdep-hppa/jmpbuf.h"