GekkoDisassembler: Fix disassembly of dcbz_l

Previously this would fall through and disassemble as a generic "ps_[number]" junk instruction.
This commit is contained in:
Lioncash 2018-04-10 11:18:14 -04:00
parent 0bfeb37a1f
commit 1c17329e2f
No known key found for this signature in database
GPG Key ID: 4E3C3CC1031BA9C7

View File

@ -1179,6 +1179,7 @@ void GekkoDisassembler::ps(u32 inst)
ill(inst);
else
dab(inst, "dcbz_l", 3, 0, 0, 0, 0);
return;
}
// default: