diff options
-rw-r--r-- | sysdeps/linux-gnu/ppc/arch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/linux-gnu/ppc/arch.h b/sysdeps/linux-gnu/ppc/arch.h index 7918a13..d5ad759 100644 --- a/sysdeps/linux-gnu/ppc/arch.h +++ b/sysdeps/linux-gnu/ppc/arch.h @@ -57,6 +57,7 @@ #else #define BREAKPOINT_VALUE { 0x7f, 0xe0, 0x00, 0x08 } #define ARCH_ENDIAN_BIG +# define STACK_FRAME_OVERHEAD 112 # ifndef EF_PPC64_ABI # define EF_PPC64_ABI 3 # endif |