mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-23 05:23:59 +00:00
Add PPC instruction ids
This commit is contained in:
3
thirdparty/disasm/dis-asm.h
vendored
3
thirdparty/disasm/dis-asm.h
vendored
@@ -410,6 +410,9 @@ typedef struct powerpc_opcode
|
||||
operand table. They appear in the order which the operands must
|
||||
appear in assembly code, and are terminated by a zero. */
|
||||
unsigned char operands[8];
|
||||
|
||||
/* The opcode ID. */
|
||||
int id;
|
||||
} powerpc_opcode;
|
||||
|
||||
typedef struct ppc_insn
|
||||
|
Reference in New Issue
Block a user