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 454296d..a98dd3c 100644 --- a/gdb/mips-tdep.c +++ b/gdb/mips-tdep.c @@ -825,7 +825,7 @@ pc_is_mips16 (bfd_vma memaddr) return 0; } -/* MIPS believes that the PC has a sign extended value. Perhaphs the +/* MIPS believes that the PC has a sign extended value. Perhaps the all registers should be sign extended for simplicity? */ static CORE_ADDR |