Disable parts of gdb.base/source-dir.exp on remote host
[deliverable/binutils-gdb.git] / sim / v850 / v850_sim.h
CommitLineData
c906108c
SS
1struct simops
2{
3 unsigned long opcode;
4 unsigned long mask;
bdca5ee4 5 int (* func) (void);
c906108c
SS
6 int numops;
7 int operands[12];
8};
This page took 1.024787 seconds and 4 git commands to generate.