* configure: Regenerated to track ../common/aclocal.m4 changes.
[binutils-gdb.git] / sim / v850 / v850_sim.h
1 struct simops
2 {
3 long opcode;
4 long mask;
5 int (* func) PARAMS ((void));
6 int numops;
7 int operands[12];
8 };