mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-23 05:23:59 +00:00
Handle relativism, public ppc macros
This commit is contained in:
1
thirdparty/disasm/dis-asm.h
vendored
1
thirdparty/disasm/dis-asm.h
vendored
@@ -418,6 +418,7 @@ typedef struct powerpc_opcode
|
||||
typedef struct ppc_insn
|
||||
{
|
||||
const powerpc_opcode* opcode;
|
||||
uint32_t instruction;
|
||||
uint32_t operands[8];
|
||||
char op_str[160];
|
||||
} ppc_insn;
|
||||
|
Reference in New Issue
Block a user