mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-27 15:35:27 +00:00
Merge pull request #6626 from lioncash/dcbz_l-disasm
GekkoDisassembler: Fix disassembly of dcbz_l
This commit is contained in:
commit
27515f4c9b
@ -1179,6 +1179,7 @@ void GekkoDisassembler::ps(u32 inst)
|
||||
ill(inst);
|
||||
else
|
||||
dab(inst, "dcbz_l", 3, 0, 0, 0, 0);
|
||||
return;
|
||||
}
|
||||
|
||||
// default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user