mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-11 14:14:23 +00:00
9cdd2c6d72
Add --enable-sim-warnings, use/fix errors. Add --enable-sim-endian, don't use. Add common modules. Don't yet use most.
9 lines
124 B
C
9 lines
124 B
C
struct simops
|
|
{
|
|
long opcode;
|
|
long mask;
|
|
int (* func) PARAMS ((void));
|
|
int numops;
|
|
int operands[12];
|
|
};
|