diff options
author | Dave Brolley <brolley@redhat.com> | 2009-12-01 15:14:02 -0500 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2009-12-01 15:14:02 -0500 |
commit | b25765bd1c90bbbca20c36a25c51fff5e7db0884 (patch) | |
tree | d5a3384b89a055360e8f8ebc479727bef36cf34f /runtime/stack.c | |
parent | 8c859ce37271f35d0b93cd40f121af7b04621238 (diff) | |
parent | 89a75eb6a5a6dc345a718ffbd119651222686026 (diff) | |
download | systemtap-steved-b25765bd1c90bbbca20c36a25c51fff5e7db0884.tar.gz systemtap-steved-b25765bd1c90bbbca20c36a25c51fff5e7db0884.tar.xz systemtap-steved-b25765bd1c90bbbca20c36a25c51fff5e7db0884.zip |
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'runtime/stack.c')
-rw-r--r-- | runtime/stack.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/stack.c b/runtime/stack.c index 042f44c7..25dbdbbd 100644 --- a/runtime/stack.c +++ b/runtime/stack.c @@ -40,8 +40,8 @@ static void _stp_stack_print_fallback(unsigned long, int, int); #include "stack-ia64.c" #elif defined (__i386__) #include "stack-i386.c" -#elif defined (__powerpc64__) -#include "stack-ppc64.c" +#elif defined (__powerpc__) +#include "stack-ppc.c" #elif defined (__arm__) #include "stack-arm.c" #elif defined (__s390__) || defined (__s390x__) |