mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-22 13:07:15 +00:00
Nullify op_str
This commit is contained in:
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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user