mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-31 14:35:19 +00:00
Update translate.cpp
remove OperandField::Undefined:
This commit is contained in:
parent
08280431f9
commit
808bc7a542
@ -149,8 +149,6 @@ T Translator::GetSrc(const InstOperand& operand) {
|
|||||||
} else {
|
} else {
|
||||||
return m0_value;
|
return m0_value;
|
||||||
}
|
}
|
||||||
case OperandField::Undefined:
|
|
||||||
break;
|
|
||||||
default:
|
default:
|
||||||
UNREACHABLE();
|
UNREACHABLE();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user