mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-26 17:17:39 +01:00
(access_reg): Delete left-over Debug statement.
(Logical change 1.290)
This commit is contained in:
parent
9c025efac2
commit
8a66c9c635
1 changed files with 0 additions and 1 deletions
|
@ -128,7 +128,6 @@ access_reg (unw_addr_space_t as, unw_regnum_t reg, unw_word_t *val, int write,
|
|||
if (unw_is_fpreg (reg))
|
||||
goto badreg;
|
||||
|
||||
Debug (16, "reg = %s\n", unw_regname (reg));
|
||||
if (!(addr = uc_addr (uc, reg)))
|
||||
goto badreg;
|
||||
|
||||
|
|
Loading…
Reference in a new issue