* gx prototype: simulator I/O bug fix
[deliverable/binutils-gdb.git] / sim / v850 / v850_sim.h
CommitLineData
22c1c7dd
JL
1struct simops
2{
0ffba68f
AC
3 long opcode;
4 long mask;
9cdd2c6d 5 int (* func) PARAMS ((void));
0ffba68f
AC
6 int numops;
7 int operands[12];
22c1c7dd 8};
This page took 0.094805 seconds and 4 git commands to generate.