Fix up mix of man(7)/mdoc(7).
[netbsd-mini2440.git] / gnu / dist / gdb6 / sim / v850 / v850_sim.h
blobbf597279c33aefa12212a085a981679314176118
1 struct simops
3 unsigned long opcode;
4 unsigned long mask;
5 int (* func) PARAMS ((void));
6 int numops;
7 int operands[12];
8 };