mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-12-23 12:03:41 +01:00
Fix build with --enable-debug
This just fixes a typo
This commit is contained in:
parent
46dfe3ecf5
commit
adbeb79155
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
|
/* pr_reg is a long[] array, but it contains struct user_regs_struct's
|
||||||
* image.
|
* image.
|
||||||
*/
|
*/
|
||||||
Debug(1 "pr_reg[%d]:%ld (0x%lx)", regnum,
|
Debug(1, "pr_reg[%d]:%ld (0x%lx)", regnum,
|
||||||
(long)ui->prstatus->pr_reg[regnum],
|
(long)ui->prstatus->pr_reg[regnum],
|
||||||
(long)ui->prstatus->pr_reg[regnum]
|
(long)ui->prstatus->pr_reg[regnum]
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue