mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-26 09:07:38 +01:00
(unw_regname): Correct type of "regnum" from "int" to "unw_regnum_t".
(Logical change 1.62)
This commit is contained in:
parent
5fea9f709d
commit
d5ad49b013
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ extern void UNW_ARCH_OBJ(flush_cache)(unw_addr_space_t as,
|
||||||
unw_word_t lo, unw_word_t hi);
|
unw_word_t lo, unw_word_t hi);
|
||||||
extern int UNW_ARCH_OBJ(set_caching_policy)(unw_addr_space_t as,
|
extern int UNW_ARCH_OBJ(set_caching_policy)(unw_addr_space_t as,
|
||||||
unw_caching_policy_t policy);
|
unw_caching_policy_t policy);
|
||||||
extern const char *UNW_ARCH_OBJ(regname) (int regnum);
|
extern const char *UNW_ARCH_OBJ(regname) (unw_regnum_t regnum);
|
||||||
|
|
||||||
extern int UNW_OBJ(init_local) (unw_cursor_t *c, unw_context_t *u);
|
extern int UNW_OBJ(init_local) (unw_cursor_t *c, unw_context_t *u);
|
||||||
extern int UNW_OBJ(init_remote) (unw_cursor_t *c, unw_addr_space_t as,
|
extern int UNW_OBJ(init_remote) (unw_cursor_t *c, unw_addr_space_t as,
|
||||||
|
|
Loading…
Reference in a new issue