mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-26 02:00:29 +01:00
(_UPT_access_reg): Fix typo in debug() statements.
(Logical change 1.44)
This commit is contained in:
parent
ac0e9b4184
commit
17220411d4
1 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ _UPT_access_reg (unw_addr_space_t as, unw_regnum_t reg, unw_word_t *val,
|
||||||
|
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
if (write)
|
if (write)
|
||||||
debug (100, "%s: %s <- %lx\n", __FUNCTION__ unw_regname (reg), *val);
|
debug (100, "%s: %s <- %lx\n", __FUNCTION__, unw_regname (reg), *val);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if UNW_TARGET_IA64
|
#if UNW_TARGET_IA64
|
||||||
|
@ -183,7 +183,7 @@ _UPT_access_reg (unw_addr_space_t as, unw_regnum_t reg, unw_word_t *val,
|
||||||
out:
|
out:
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
if (!write)
|
if (!write)
|
||||||
debug (100, "%s: %s -> %lx\n", __FUNCTION__ unw_regname (reg), *val);
|
debug (100, "%s: %s -> %lx\n", __FUNCTION__, unw_regname (reg), *val);
|
||||||
#endif
|
#endif
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue