gdb/readline: Fix date in last ChangeLog entry
[deliverable/binutils-gdb.git] / sim / common / sim-resume.c
index 860d3b938ede32b88442c543bbb5ce0155d53229..be18f666dc970123f494bfb78c4043e51c12100d 100644 (file)
@@ -1,5 +1,5 @@
 /* Generic simulator resume.
-   Copyright (C) 1997, 2007 Free Software Foundation, Inc.
+   Copyright (C) 1997-2019 Free Software Foundation, Inc.
    Contributed by Cygnus Support.
 
 This file is part of GDB, the GNU debugger.
@@ -82,7 +82,7 @@ sim_resume (SIM_DESC sd,
 #ifdef SIM_CPU_EXCEPTION_RESUME
       {
        sim_cpu* cpu = STATE_CPU (sd, next_cpu_nr);
-       SIM_CPU_EXCEPTION_RESUME(sd, cpu, sig_to_deliver);
+       SIM_CPU_EXCEPTION_RESUME (sd, cpu, sig_to_deliver);
       }
 #endif
 
This page took 0.022787 seconds and 4 git commands to generate.