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 { } else {
return m0_value; return m0_value;
} }
case OperandField::Undefined:
break;
default: default:
UNREACHABLE(); UNREACHABLE();
} }