mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-05 21:50:21 +08:00
* avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2003-06-19 Theodore A. Roth <troth@openavr.org>
|
||||
|
||||
* avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
|
||||
|
||||
2003-06-19 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
* varobj.c (get_type, get_target_type): Use check_typedef.
|
||||
|
@ -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));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user