mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 22:34:54 +00:00
Merge pull request #6626 from lioncash/dcbz_l-disasm
GekkoDisassembler: Fix disassembly of dcbz_l
This commit is contained in:
commit
27515f4c9b
1 changed files with 1 additions and 0 deletions
|
@ -1179,6 +1179,7 @@ void GekkoDisassembler::ps(u32 inst)
|
|||
ill(inst);
|
||||
else
|
||||
dab(inst, "dcbz_l", 3, 0, 0, 0, 0);
|
||||
return;
|
||||
}
|
||||
|
||||
// default:
|
||||
|
|
Loading…
Add table
Reference in a new issue