Fix signal-while-stepping-over-bp-other-thread.exp on targets always in non-stop
[binutils-gdb.git] / gas / cond.c
index fa5f0923973b6a6b8dfeb46c37a5eb12b85877da..26499763efebde2c296100a4f132ebe3c79b2c5a 100644 (file)
@@ -128,7 +128,7 @@ s_if (int arg)
   struct conditional_frame cframe;
   int t;
   char *stop = NULL;
-  char stopc;
+  char stopc = 0;
 
   if (flag_mri)
     stop = mri_comment_field (&stopc);
@@ -261,7 +261,7 @@ void
 s_ifc (int arg)
 {
   char *stop = NULL;
-  char stopc;
+  char stopc = 0;
   char *s1, *s2;
   int len1, len2;
   int res;