[PATCH]: gas/sim/opcodes Warnings

Frank Ch. Eigler fche@redhat.com
Wed Jul 19 10:13:00 GMT 2000


Hi, Dave -


Changing 

> > !   void (*write_function)(SIM_CPU *cpu, UINT, SF),
to
> > !   void (*write_function)(),

and 

> > ! extern void sim_queue_fn_di_write (SIM_CPU *, void (*)(SIM_CPU *, UINT, DI), UINT, DI);
to
> > ! extern void sim_queue_fn_di_write (SIM_CPU *, void (*)(), UINT, DI);

looks weirdly inconsistent.  Do none of the other sim_queue_*
write_functions use the arguments?


- FChE


More information about the Gdb-patches mailing list