mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +00:00
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:
parent
0bfeb37a1f
commit
1c17329e2f
1 changed files with 1 additions and 0 deletions
|
@ -1179,6 +1179,7 @@ void GekkoDisassembler::ps(u32 inst)
|
||||||
ill(inst);
|
ill(inst);
|
||||||
else
|
else
|
||||||
dab(inst, "dcbz_l", 3, 0, 0, 0, 0);
|
dab(inst, "dcbz_l", 3, 0, 0, 0, 0);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// default:
|
// default:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue