Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1296)

Unified Diff: binutils/binutils/prdbg.c

Issue 3018030: [binutils] Bump binutils to 2.20.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « binutils/binutils/po/binutils.pot ('k') | binutils/binutils/readelf.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
« no previous file with comments | « binutils/binutils/po/binutils.pot ('k') | binutils/binutils/readelf.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698