mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-22 13:07:15 +00:00
Implement some loop instructions & add loop test.
This commit is contained in:
2
thirdparty/disasm/ppc-dis.c
vendored
2
thirdparty/disasm/ppc-dis.c
vendored
@@ -5663,6 +5663,8 @@ static int decode_insn_powerpc(bfd_vma memaddr, disassemble_info* info, int bige
|
||||
insn = bfd_getl32(buffer);
|
||||
|
||||
oinsn->instruction = insn;
|
||||
memset(oinsn->operands, 0, sizeof(oinsn->operands));
|
||||
|
||||
/* Get the major opcode of the instruction. */
|
||||
op = PPC_OP(insn);
|
||||
|
||||
|
Reference in New Issue
Block a user