mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-02 19:46:09 +08:00
2007-02-02 H.J. Lu <hongjiu.lu@intel.com>
* avr-dis.c (avr_operand): Correct PR number in comment.
This commit is contained in:
@ -140,7 +140,7 @@ avr_operand (unsigned int insn, unsigned int insn2, unsigned int pc, int constra
|
||||
case 'h':
|
||||
*sym = 1;
|
||||
*sym_addr = ((((insn & 1) | ((insn & 0x1f0) >> 3)) << 16) | insn2) * 2;
|
||||
/* See PR binutils/2545. Ideally we would like to display the hex
|
||||
/* See PR binutils/2454. Ideally we would like to display the hex
|
||||
value of the address only once, but this would mean recoding
|
||||
objdump_print_address() which would affect many targets. */
|
||||
sprintf (buf, "%#lx", (unsigned long) *sym_addr);
|
||||
|
Reference in New Issue
Block a user