mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-09 21:31:04 +00:00
fixed typo in Disassembler
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user