1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-05-20 20:05:18 +02:00

Fix build with --enable-debug

This just fixes a typo
This commit is contained in:
Alexander Larsson 2012-03-23 21:00:27 +01:00 committed by Arun Sharma
parent 46dfe3ecf5
commit adbeb79155

View file

@ -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)", regnum,
(long)ui->prstatus->pr_reg[regnum],
(long)ui->prstatus->pr_reg[regnum]
);