mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-06-03 15:52:05 +00:00
Nullify op_str
This commit is contained in:
parent
fac30517f0
commit
42043a7aac
1
thirdparty/disasm/ppc-dis.c
vendored
1
thirdparty/disasm/ppc-dis.c
vendored
@ -5405,6 +5405,7 @@ static int decode_insn_powerpc(bfd_vma memaddr, disassemble_info* info, int bige
|
||||
if (dialect == 0)
|
||||
dialect = powerpc_dialect(info);
|
||||
|
||||
oinsn->op_str[0] = 0;
|
||||
status = (*info->read_memory_func) (memaddr, buffer, 4, info);
|
||||
if (status != 0)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user