mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 13:09:48 +00:00
Clarify length reference in comment
This commit is contained in:
parent
fec91dc5a6
commit
19222dc016
@ -1,3 +1,7 @@
|
||||
2001-11-11 Timothy Wall <twall@alum.mit.edu>
|
||||
|
||||
* dis-asm.h: Fix comment to refer to octets rather than bytes.
|
||||
|
||||
2001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
|
||||
|
||||
* dis-asm.h (print_insn_mmix): Add prototype.
|
||||
@ -2034,7 +2038,7 @@ Fri Oct 25 03:18:20 1991 John Gilmore (gnu at cygnus.com)
|
||||
|
||||
Thu Oct 24 22:11:11 1991 John Gilmore (gnu at cygnus.com)
|
||||
|
||||
RS/6000 support, by Metin G. Ozisik, Mimi Phûông-Thåo Võ, and
|
||||
RS/6000 support, by Metin G. Ozisik, Mimi Ph<EFBFBD>û<EFBFBD>ông-Th<EFBFBD>åo V<EFBFBD>õ, and
|
||||
John Gilmore.
|
||||
|
||||
* a.out.gnu.h: Update slightly.
|
||||
|
@ -171,7 +171,7 @@ typedef struct disassemble_info {
|
||||
|
||||
|
||||
/* Standard disassemblers. Disassemble one instruction at the given
|
||||
target address. Return number of bytes processed. */
|
||||
target address. Return number of octets processed. */
|
||||
typedef int (*disassembler_ftype)
|
||||
PARAMS((bfd_vma, disassemble_info *));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user