mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-10 23:56:52 -04:00
9 lines
133 B
C
9 lines
133 B
C
struct simops
|
|
{
|
|
unsigned long opcode;
|
|
unsigned long mask;
|
|
int (* func) (void);
|
|
int numops;
|
|
int operands[12];
|
|
};
|