forked from Imagelibrary/binutils-gdb
* cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
Make static. * arm-tdep.c (arm_register_name): Make return type constant.
This commit is contained in:
@@ -2503,7 +2503,7 @@ set_disassembly_flavor_sfunc (char *args, int from_tty,
|
||||
}
|
||||
|
||||
/* Return the ARM register name corresponding to register I. */
|
||||
static char *
|
||||
static const char *
|
||||
arm_register_name (int i)
|
||||
{
|
||||
return arm_register_names[i];
|
||||
|
||||
Reference in New Issue
Block a user