1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-09-28 17:39:29 +02:00

(remote_install_cursor): Pass NULL to third argument of

tdep_uc_addr().

(Logical change 1.181)
This commit is contained in:
mostang.com!davidm 2004-02-27 08:54:25 +00:00
parent 41db5ace19
commit 5de460718c

View file

@ -189,8 +189,9 @@ remote_install_cursor (struct cursor *c)
# define MEMIFY(preg, reg) \
do { \
if (IA64_IS_REG_LOC (c->loc[(preg)])) \
c->loc[(preg)] = IA64_LOC_ADDR((unw_word_t) \
tdep_uc_addr(c->as_arg, (reg)), 0); \
c->loc[(preg)] = IA64_LOC_ADDR ((unw_word_t) \
tdep_uc_addr(c->as_arg, (reg), \
NULL), 0); \
} while (0)
MEMIFY (IA64_REG_PR, UNW_IA64_PR);
MEMIFY (IA64_REG_PFS, UNW_IA64_AR_PFS);