PR c++/16597
[deliverable/binutils-gdb.git] / sim / bfin / sim-main.h
index 599fc60dbb8d0a11002f929c3f33953164d919fc..815b59bcf08fa4722982050101d49c88f660f88f 100644 (file)
@@ -1,6 +1,6 @@
 /* Simulator for Analog Devices Blackfin processors.
 
-   Copyright (C) 2005-2012 Free Software Foundation, Inc.
+   Copyright (C) 2005-2014 Free Software Foundation, Inc.
    Contributed by Analog Devices, Inc.
 
    This file is part of simulators.
@@ -99,10 +99,10 @@ struct sim_state {
       bfin_trace_queue (cpu, oldpc, newpc, hwloop); \
   } while (0)
 
-extern void trace_register PARAMS ((SIM_DESC sd,
-                                   sim_cpu *cpu,
-                                   const char *fmt,
-                                   ...))
+extern void trace_register (SIM_DESC sd,
+                           sim_cpu *cpu,
+                           const char *fmt,
+                           ...)
      __attribute__((format (printf, 3, 4)));
 #define TRACE_REGISTER(cpu, fmt, ...) \
   do { \
This page took 0.023123 seconds and 4 git commands to generate.