mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-02 02:45:37 +08:00
2001-08-31 Jason Molenda (jmolenda@apple.com)
* c-valprint.c (c_val_print): Second call to check_typedef () is no longer necessary.
This commit is contained in:
@ -168,7 +168,6 @@ c_val_print (struct type *type, char *valaddr, int embedded_offset,
|
|||||||
{
|
{
|
||||||
addr = unpack_pointer (type, valaddr + embedded_offset);
|
addr = unpack_pointer (type, valaddr + embedded_offset);
|
||||||
print_unpacked_pointer:
|
print_unpacked_pointer:
|
||||||
elttype = check_typedef (TYPE_TARGET_TYPE (type));
|
|
||||||
|
|
||||||
if (TYPE_CODE (elttype) == TYPE_CODE_FUNC)
|
if (TYPE_CODE (elttype) == TYPE_CODE_FUNC)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user