x86: drop stray W
[deliverable/binutils-gdb.git] / gas / config / tc-csky.c
index 75ced2ab0dfa9e12f54d72bc9097ae99a77473c4..970c72afaf00c258ffade268d5e9def287e1ff53 100644 (file)
@@ -4426,6 +4426,8 @@ md_convert_frag (bfd *abfd ATTRIBUTE_UNUSED, segT asec,  fragS *fragp)
                buf[20] = (disp >> 8) & 0xff;
                buf[21] = disp & 0xff;
              }
+           buf[22] = 0;  /* initialise.  */
+           buf[23] = 0;
            fragp->fr_fix += C32_LEN_PIC;
 
          } /* end if is_unaligned.  */
This page took 0.024198 seconds and 4 git commands to generate.