summaryrefslogtreecommitdiff
path: root/include/tdep-arm/ex_tables.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/tdep-arm/ex_tables.h')
-rw-r--r--include/tdep-arm/ex_tables.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tdep-arm/ex_tables.h b/include/tdep-arm/ex_tables.h
index d8986191..b5e6dcf5 100644
--- a/include/tdep-arm/ex_tables.h
+++ b/include/tdep-arm/ex_tables.h
@@ -55,9 +55,9 @@ struct arm_exbuf_data
int arm_exidx_init_local (void);
int arm_exidx_table_add (const char *name, struct arm_exidx_entry *start,
struct arm_exidx_entry *end);
-struct arm_exidx_table *arm_exidx_table_find (void *pc);
+struct arm_exidx_table *arm_exidx_table_find (unw_word_t pc);
struct arm_exidx_entry *arm_exidx_table_lookup (struct arm_exidx_table *table,
- void *pc);
+ unw_word_t pc);
int arm_exidx_extract (struct arm_exidx_entry *entry, uint8_t *buf);
int arm_exidx_decode (const uint8_t *buf, uint8_t len, struct dwarf_cursor *c);
int arm_exidx_apply_cmd (struct arm_exbuf_data *edata, struct dwarf_cursor *c);