summaryrefslogtreecommitdiff
path: root/libdwfl/dwfl_frame_regs.c
diff options
context:
space:
mode:
Diffstat (limited to 'libdwfl/dwfl_frame_regs.c')
-rw-r--r--libdwfl/dwfl_frame_regs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdwfl/dwfl_frame_regs.c b/libdwfl/dwfl_frame_regs.c
index 927bc15b..10803fe7 100644
--- a/libdwfl/dwfl_frame_regs.c
+++ b/libdwfl/dwfl_frame_regs.c
@@ -29,7 +29,7 @@
#include "libdwflP.h"
bool
-dwfl_thread_state_registers (Dwfl_Thread *thread, const int firstreg,
+dwfl_thread_state_registers (Dwfl_Thread *thread, int firstreg,
unsigned nregs, const Dwarf_Word *regs)
{
Dwfl_Frame *state = thread->unwound;