2019-12-18 Anthony Green <green@moxielogic.com>
[deliverable/binutils-gdb.git] / gdb / nto-tdep.h
index 5127ab3f9ed64bc219da4f2fc71d5d567c0f1a72..2410a03a4a689a96c066cf53d8cd29edb77840e2 100644 (file)
@@ -152,10 +152,10 @@ get_nto_thread_info (thread_info *thread)
 struct nto_inferior_data
 {
   /* Last stopped flags result from wait function */
-  unsigned int stopped_flags;
+  unsigned int stopped_flags = 0;
 
   /* Last known stopped PC */
-  CORE_ADDR stopped_pc;
+  CORE_ADDR stopped_pc = 0;
 };
 
 /* Generic functions in nto-tdep.c.  */
This page took 0.02598 seconds and 4 git commands to generate.