* 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
|
@ -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));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue