mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 21:19:54 +00:00
9 lines
142 B
C
9 lines
142 B
C
struct simops
|
|
{
|
|
unsigned long opcode;
|
|
unsigned long mask;
|
|
int (* func) PARAMS ((void));
|
|
int numops;
|
|
int operands[12];
|
|
};
|