summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/include/setjmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/dietlibc/include/setjmp.h')
-rw-r--r--mdk-stage1/dietlibc/include/setjmp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/dietlibc/include/setjmp.h b/mdk-stage1/dietlibc/include/setjmp.h
index b591936ac..64091ebee 100644
--- a/mdk-stage1/dietlibc/include/setjmp.h
+++ b/mdk-stage1/dietlibc/include/setjmp.h
@@ -168,7 +168,7 @@ typedef int __jmp_buf[24];
#endif
#endif
-#ifdef __powerpc__
+#if defined(powerpc) || defined(__powerpc64__)
# define JB_GPR1 0 /* Also known as the stack pointer */
# define JB_GPR2 1
# define JB_LR 2 /* The address we will return to */