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