Add "info connections" command, "info inferiors" connection number/string
[deliverable/binutils-gdb.git] / sim / v850 / v850_sim.h
... / ...
CommitLineData
1struct simops
2{
3 unsigned long opcode;
4 unsigned long mask;
5 int (* func) (void);
6 int numops;
7 int operands[12];
8};
This page took 0.024864 seconds and 4 git commands to generate.