sim: drop targ-vals.def->nltvals.def indirection
[deliverable/binutils-gdb.git] / sim / common / sim-resume.c
index dbb38ccb5ae12b938d931b5ad71467e192491ff7..e9ec9c9ccbee153b54486c233c3ebe9ef5562bb1 100644 (file)
@@ -1,5 +1,5 @@
 /* Generic simulator resume.
-   Copyright (C) 1997, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+   Copyright (C) 1997-2016 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.027985 seconds and 4 git commands to generate.