summaryrefslogtreecommitdiff
path: root/src/ppc64/get_func_addr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ppc64/get_func_addr.c')
-rw-r--r--src/ppc64/get_func_addr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ppc64/get_func_addr.c b/src/ppc64/get_func_addr.c
index 13abb7db..80a58fa1 100644
--- a/src/ppc64/get_func_addr.c
+++ b/src/ppc64/get_func_addr.c
@@ -36,7 +36,7 @@ tdep_get_func_addr (unw_addr_space_t as, unw_word_t addr,
unw_accessors_t *a;
int ret;
- a = unw_get_accessors (as);
+ a = unw_get_accessors_int (as);
/* Entry-point is stored in the 1st word of the function descriptor.
In case that changes in the future, we'd have to update the line
below and read the word at addr + offset: */