]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
revert previous delta.
authorNick Clifton <nickc@redhat.com>
Tue, 15 Oct 2013 08:32:36 +0000 (08:32 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 15 Oct 2013 08:32:36 +0000 (08:32 +0000)
gas/config/tc-score.c

index 2bb3fbe16961a40d27a1aeb44adeb6283b1cc3d7..822b9cfd5baecafcbd875631650dc625e06fb15b 100644 (file)
@@ -4489,7 +4489,7 @@ s3_do_macro_bcmp (char *str)
   char* ptemp;
   int i = 0;
   struct s3_score_it inst_expand[2];
-  struct s3_score_it inst_main = { 0 };
+  struct s3_score_it inst_main;
 
   memset (inst_expand, 0, sizeof inst_expand);
   s3_skip_whitespace (str);