mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-22 10:04:39 +00:00
fixed typo in Disassembler
This commit is contained in:
parent
dfc234f363
commit
5a72e51f4e
@ -20,6 +20,9 @@ void Disassembler::printInstruction(void* code)//print a single instruction
|
||||
if (!ZYAN_SUCCESS(status))
|
||||
{
|
||||
printf("decode instruction failed at %p\n", code);
|
||||
}
|
||||
else
|
||||
{
|
||||
printInst(instruction, operands);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user