* avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.

This commit is contained in:
Theodore A. Roth 2003-06-19 21:14:59 +00:00
parent 6766a268ba
commit adf5f719da
2 changed files with 4 additions and 2 deletions

View file

@ -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));
}
}
}