mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-21 23:27:39 +01:00
Add missing newline to debug message in _UCD_access_reg_linux.c
This commit is contained in:
parent
e61c6f69c3
commit
7e5cab6dac
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ _UCD_access_reg (unw_addr_space_t as,
|
|||
/* pr_reg is a long[] array, but it contains struct user_regs_struct's
|
||||
* image.
|
||||
*/
|
||||
Debug(1, "pr_reg[%d]:%ld (0x%lx)", regnum,
|
||||
Debug(1, "pr_reg[%d]:%ld (0x%lx)\n", regnum,
|
||||
(long)ui->prstatus->pr_reg[regnum],
|
||||
(long)ui->prstatus->pr_reg[regnum]
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue