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 ce5298592e6..09be223edcd 100644 --- a/gdb/mips-tdep.c +++ b/gdb/mips-tdep.c @@ -1352,7 +1352,7 @@ mips16_next_pc (CORE_ADDR pc) It works by decoding the current instruction and predicting where a branch will go. This isnt hard because all the data is available. The MIPS32 and MIPS16 variants are quite different */ -CORE_ADDR +static CORE_ADDR mips_next_pc (CORE_ADDR pc) { if (pc & 0x01) |