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 f9f84c4d486..cc67cd3bddd 100644 --- a/gdb/mips-tdep.c +++ b/gdb/mips-tdep.c @@ -1122,7 +1122,7 @@ mips_pseudo_register_type (struct gdbarch *gdbarch, int regnum) } /* Should the upper word of 64-bit addresses be zeroed? */ -enum auto_boolean mask_address_var = AUTO_BOOLEAN_AUTO; +static enum auto_boolean mask_address_var = AUTO_BOOLEAN_AUTO; static int mips_mask_address_p (struct gdbarch_tdep *tdep) |