Handle relativism, public ppc macros

This commit is contained in:
Sajid
2024-09-09 08:13:57 +06:00
parent 6d1e649eaf
commit 606463ac09
3 changed files with 52 additions and 23 deletions

View File

@@ -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;