OperandField::Undefined:

This commit is contained in:
DanielSvoboda 2024-08-13 16:09:20 -03:00 committed by GitHub
parent f1c028dd48
commit 08280431f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -149,6 +149,8 @@ T Translator::GetSrc(const InstOperand& operand) {
} else {
return m0_value;
}
case OperandField::Undefined:
break;
default:
UNREACHABLE();
}