mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-13 00:58:29 +02:00
Remove remnants of old fake opcodes.
These are illegal opcodes, and should be treated as such.
This commit is contained in:
@ -1196,26 +1196,6 @@ u32* GekkoDisassembler::DoDisassembly(bool big_endian)
|
||||
|
||||
switch (PPCGETIDX(in))
|
||||
{
|
||||
case 0:
|
||||
{
|
||||
int block = in & 0x3FFFFFF;
|
||||
if (block)
|
||||
{
|
||||
m_opcode = "JITblock";
|
||||
m_operands = StringFromFormat("%i", block);
|
||||
}
|
||||
else
|
||||
{
|
||||
m_opcode = "";
|
||||
m_operands = "---";
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
case 1: // HLE call
|
||||
m_opcode = "HLE";
|
||||
break;
|
||||
|
||||
case 2:
|
||||
trapi(in, PPCF_64); // tdi
|
||||
break;
|
||||
|
Reference in New Issue
Block a user