diff options
Diffstat (limited to 'binutils/prdbg.c')
-rw-r--r-- | binutils/prdbg.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/binutils/prdbg.c b/binutils/prdbg.c index 579215a6684..59313bb82a2 100644 --- a/binutils/prdbg.c +++ b/binutils/prdbg.c @@ -2088,8 +2088,7 @@ tg_struct_field (void *p, const char *name, bfd_vma bitpos ATTRIBUTE_UNUSED, static bfd_boolean tg_end_struct_type (void *p ATTRIBUTE_UNUSED) { - struct pr_handle *info = (struct pr_handle *) p; - assert (info->stack != NULL); + assert (((struct pr_handle *) p)->stack != NULL); return TRUE; } |