mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-28 22:40:24 +00:00
* c-valprint.c: Fix checkin glitch.
This commit is contained in:
parent
be733f5841
commit
65c89fc376
@ -153,7 +153,6 @@ c_val_print (type, valaddr, address, stream, format, deref_ref, recurse,
|
||||
addr = unpack_pointer (type, valaddr);
|
||||
print_unpacked_pointer:
|
||||
elttype = check_typedef (TYPE_TARGET_TYPE (type));
|
||||
elttype = check_typedef (TYPE_TARGET_TYPE (type));
|
||||
|
||||
if (TYPE_CODE (elttype) == TYPE_CODE_FUNC)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user