mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-30 12:44:10 +08:00
* printcmd.c (do_examine): Fix typos in a comment.
This commit is contained in:
parent
91ac591132
commit
5d51a2dbdb
@ -1,3 +1,7 @@
|
||||
2007-05-16 Chris Dearman <chris@mips.com>
|
||||
|
||||
* printcmd.c (do_examine): Fix typos in a comment.
|
||||
|
||||
2007-05-16 Richard Sandiford <richard@codesourcery.com>
|
||||
|
||||
* configure.ac: Allow sysroots to be relocated under $prefix as
|
||||
|
@ -786,8 +786,8 @@ do_examine (struct format_data fmt, CORE_ADDR addr)
|
||||
value_free (last_examine_value);
|
||||
|
||||
/* The value to be displayed is not fetched greedily.
|
||||
Instead, to avoid the posibility of a fetched value not
|
||||
being used, its retreval is delayed until the print code
|
||||
Instead, to avoid the possibility of a fetched value not
|
||||
being used, its retrieval is delayed until the print code
|
||||
uses it. When examining an instruction stream, the
|
||||
disassembler will perform its own memory fetch using just
|
||||
the address stored in LAST_EXAMINE_VALUE. FIXME: Should
|
||||
|
Loading…
Reference in New Issue
Block a user