OperandField::Undefined:
This commit is contained in:
parent
f1c028dd48
commit
08280431f9
|
@ -149,6 +149,8 @@ T Translator::GetSrc(const InstOperand& operand) {
|
|||
} else {
|
||||
return m0_value;
|
||||
}
|
||||
case OperandField::Undefined:
|
||||
break;
|
||||
default:
|
||||
UNREACHABLE();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue