diff options
Diffstat (limited to 'gdb/arch-utils.c')
-rw-r--r-- | gdb/arch-utils.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/arch-utils.c b/gdb/arch-utils.c index c75e10b..52f4e74 100644 --- a/gdb/arch-utils.c +++ b/gdb/arch-utils.c @@ -162,7 +162,8 @@ legacy_virtual_frame_pointer (struct gdbarch *gdbarch, int -generic_convert_register_p (int regnum, struct type *type) +generic_convert_register_p (struct gdbarch *gdbarch, int regnum, + struct type *type) { return 0; } |