mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-21 12:04:45 +00:00
Update translate.cpp
remove OperandField::Undefined:
This commit is contained in:
parent
08280431f9
commit
808bc7a542
1 changed files with 0 additions and 2 deletions
|
@ -149,8 +149,6 @@ T Translator::GetSrc(const InstOperand& operand) {
|
|||
} else {
|
||||
return m0_value;
|
||||
}
|
||||
case OperandField::Undefined:
|
||||
break;
|
||||
default:
|
||||
UNREACHABLE();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue