* mips-tdep.c (extended_offset): Fix a comment.
This commit is contained in:
parent
49d03eab05
commit
c68cf8ad10
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-12-07 Maciej W. Rozycki <macro@mips.com>
|
||||
|
||||
* mips-tdep.c (extended_offset): Fix a comment.
|
||||
|
||||
2007-12-07 Maciej W. Rozycki <macro@mips.com>
|
||||
|
||||
* target.c (update_current_target): Inherit to_log_command.
|
||||
|
|
|
@ -1151,7 +1151,7 @@ struct upk_mips16
|
|||
|
||||
|
||||
/* The EXT-I, EXT-ri nad EXT-I8 instructions all have the same format
|
||||
for the bits which make up the immediatate extension. */
|
||||
for the bits which make up the immediate extension. */
|
||||
|
||||
static CORE_ADDR
|
||||
extended_offset (unsigned int extension)
|
||||
|
|
Loading…
Reference in a new issue