| Index: binutils/binutils/prdbg.c
|
| diff --git a/binutils/binutils/prdbg.c b/binutils/binutils/prdbg.c
|
| index d6988dc41ffef2f87821278c84da347c6ff6ddbe..a11f04306d0b61354068f019ab866d4f78ad5dcc 100644
|
| --- a/binutils/binutils/prdbg.c
|
| +++ b/binutils/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;
|
| }
|
|
|