diff options
Diffstat (limited to 'gdb/arch-utils.c')
-rw-r--r-- | gdb/arch-utils.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/arch-utils.c b/gdb/arch-utils.c index a5ca574..1a987f3 100644 --- a/gdb/arch-utils.c +++ b/gdb/arch-utils.c @@ -263,6 +263,13 @@ generic_instruction_nullified (struct gdbarch *gdbarch, return 0; } +int +default_remote_register_number (struct gdbarch *gdbarch, + int regno) +{ + return regno; +} + /* Functions to manipulate the endianness of the target. */ |