* avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
This commit is contained in:
parent
6766a268ba
commit
adf5f719da
2 changed files with 4 additions and 2 deletions
|
@ -863,8 +863,6 @@ avr_extract_return_value (struct type *type, struct regcache *regcache,
|
|||
{
|
||||
regcache_cooked_read (regcache, lsb_reg + i,
|
||||
(bfd_byte *) valbuf + i);
|
||||
fprintf_unfiltered (gdb_stderr, "reg = %d (0x%02x)\n",
|
||||
lsb_reg+i, *((unsigned char *)valbuf+i));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue