S390: Add syscall info for syscalls up to 374
[deliverable/binutils-gdb.git] / gdb / i386-linux-tdep.c
index 63cda45d608d311607d838d8b451817080c19287..42877dab4109df957d23edabdebef74022c1ad2e 100644 (file)
@@ -396,7 +396,8 @@ void
 i386_linux_handle_segmentation_fault (struct gdbarch *gdbarch,
                                      struct ui_out *uiout)
 {
-  CORE_ADDR lower_bound, upper_bound, access;
+  /* -Wmaybe-uninitialized  */
+  CORE_ADDR lower_bound = 0, upper_bound = 0, access = 0;
   int is_upper;
   long sig_code = 0;
 
This page took 0.023368 seconds and 4 git commands to generate.