ubsan: z8k: index 10 out of bounds for type 'unsigned int const[10]'
[deliverable/binutils-gdb.git] / sim / common / sim-stop.c
index 4404e4b1bf03b9fcb3b3bfb2bbd7bd58d27bdb2a..348d9ed74b9cd769aa7d7e4f541dec9da2d4de87 100644 (file)
@@ -1,6 +1,5 @@
 /* Generic simulator stop.
-   Copyright (C) 1997, 2007, 2008, 2009, 2010, 2011
-   Free Software Foundation, Inc.
+   Copyright (C) 1997-2020 Free Software Foundation, Inc.
    Contributed by Cygnus Support.
 
 This file is part of GDB, the GNU debugger.
@@ -35,9 +34,9 @@ int
 sim_stop (SIM_DESC sd)
 {
   ASSERT (STATE_MAGIC (sd) == SIM_MAGIC_NUMBER);
-  sim_events_schedule_after_signal(sd,
-                                  0 /*NOW*/,
-                                  control_c_simulation,
-                                  sd /*data*/);
+  sim_events_schedule_after_signal (sd,
+                                   0 /*NOW*/,
+                                   control_c_simulation,
+                                   sd /*data*/);
   return 1;
 }
This page took 0.023313 seconds and 4 git commands to generate.