aboutsummaryrefslogtreecommitdiff
path: root/gdb/mips-tdep.c
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2007-07-20 15:19:39 +0000
committerMaciej W. Rozycki <macro@linux-mips.org>2007-07-20 15:19:39 +0000
commitbcf1ea1e614dea13fc1d007a3031381377ab5f42 (patch)
tree28a734197dd1b2a43fce0a821053d5250f3b3231 /gdb/mips-tdep.c
parentfc5910c0bb75c4d2f825cbeb2ce77d1baa136b60 (diff)
downloadgdb-bcf1ea1e614dea13fc1d007a3031381377ab5f42.zip
gdb-bcf1ea1e614dea13fc1d007a3031381377ab5f42.tar.gz
gdb-bcf1ea1e614dea13fc1d007a3031381377ab5f42.tar.bz2
* mips-tdep.c (fetch_mips_16): Fix typos and reformat the
description.
Diffstat (limited to 'gdb/mips-tdep.c')
-rw-r--r--gdb/mips-tdep.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c
index 8a966d4..751945e 100644
--- a/gdb/mips-tdep.c
+++ b/gdb/mips-tdep.c
@@ -1198,13 +1198,11 @@ extended_offset (unsigned int extension)
}
/* Only call this function if you know that this is an extendable
- instruction, It wont malfunction, but why make excess remote memory references?
- If the immediate operands get sign extended or somthing, do it after
- the extension is performed.
- */
+ instruction. It won't malfunction, but why make excess remote memory
+ references? If the immediate operands get sign extended or something,
+ do it after the extension is performed. */
/* FIXME: Every one of these cases needs to worry about sign extension
- when the offset is to be used in relative addressing */
-
+ when the offset is to be used in relative addressing. */
static unsigned int
fetch_mips_16 (CORE_ADDR pc)