diff options
Diffstat (limited to 'gdb/amd64-tdep.c')
-rw-r--r-- | gdb/amd64-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/amd64-tdep.c b/gdb/amd64-tdep.c index b03320e..213f2d9 100644 --- a/gdb/amd64-tdep.c +++ b/gdb/amd64-tdep.c @@ -187,7 +187,7 @@ static const int amd64_dwarf_regmap_len = number used by GDB. */ static int -amd64_dwarf_reg_to_regnum (int reg) +amd64_dwarf_reg_to_regnum (struct gdbarch *gdbarch, int reg) { int regnum = -1; |