diff options
Diffstat (limited to 'gdb/mips-tdep.c')
-rw-r--r-- | gdb/mips-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c index bddf0a3..ea09f95 100644 --- a/gdb/mips-tdep.c +++ b/gdb/mips-tdep.c @@ -259,7 +259,7 @@ mips_isa_regsize (struct gdbarch *gdbarch) static const char *mips_abi_regsize_string = size_auto; -static unsigned int +unsigned int mips_abi_regsize (struct gdbarch *gdbarch) { if (mips_abi_regsize_string == size_auto) |