aboutsummaryrefslogtreecommitdiff
path: root/gas/read.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2012-03-13 17:01:34 +0000
committerRoland McGrath <roland@gnu.org>2012-03-13 17:01:34 +0000
commit8d3eaee676d2d1e2339fc08583261f33649b5267 (patch)
treef1a02df2310173a0101650f44794d86349eacf73 /gas/read.c
parentfa94de6b5c193ccfe743efa63720647f63417032 (diff)
downloadgdb-8d3eaee676d2d1e2339fc08583261f33649b5267.zip
gdb-8d3eaee676d2d1e2339fc08583261f33649b5267.tar.gz
gdb-8d3eaee676d2d1e2339fc08583261f33649b5267.tar.bz2
Fix up last commit.
Diffstat (limited to 'gas/read.c')
-rw-r--r--gas/read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/read.c b/gas/read.c
index b47c74a..4ff3313 100644
--- a/gas/read.c
+++ b/gas/read.c
@@ -692,7 +692,7 @@ finish_bundle (fragS *frag, unsigned int size)
static void
assemble_one (char *line)
{
- fragS *insn_start_frag;
+ fragS *insn_start_frag = NULL;
if (bundle_lock_frchain != NULL && bundle_lock_frchain != frchain_now)
{