PR c++/16597
[deliverable/binutils-gdb.git] / sim / bfin / sim-main.h
index cc37e4e7b10d18e260027bfde39fecbe12ae547c..815b59bcf08fa4722982050101d49c88f660f88f 100644 (file)
@@ -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.0233449999999999 seconds and 4 git commands to generate.