sim: profile: disconnect from watchpoint core
[deliverable/binutils-gdb.git] / sim / common / sim-engine.c
index b85d49913eeb36f6a9fcbb3074eef9304cb20012..ac3d20e86b7e2c423556c4f55fba3f66f23f6ade 100644 (file)
@@ -1,5 +1,5 @@
 /* Generic simulator halt/restart.
-   Copyright (C) 1997, 1998, 2007, 2008 Free Software Foundation, Inc.
+   Copyright (C) 1997-2015 Free Software Foundation, Inc.
    Contributed by Cygnus Support.
 
 This file is part of GDB, the GNU debugger.
@@ -148,7 +148,7 @@ sim_engine_abort (SIM_DESC sd,
 {
   va_list ap;
   ASSERT (sd == NULL || STATE_MAGIC (sd) == SIM_MAGIC_NUMBER);
-  va_start(ap, fmt);
+  va_start (ap, fmt);
   sim_engine_vabort (sd, cpu, cia, fmt, ap);
   va_end (ap);
 }
This page took 0.024866 seconds and 4 git commands to generate.