shader_recompiler/frontend: fix V_NOP instruction format

This commit is contained in:
Daniel R 2024-08-25 13:17:24 +02:00
parent d241867c7b
commit 5691838eca
No known key found for this signature in database
GPG Key ID: B8ADC8F57BA18DBA
1 changed files with 1 additions and 2 deletions

View File

@ -1786,8 +1786,7 @@ constexpr std::array<InstFormat, 455> InstructionFormatVOP3 = {{
constexpr std::array<InstFormat, 71> InstructionFormatVOP1 = {{
// 0 = V_NOP
{InstClass::VectorMisc, InstCategory::VectorALU, 0, 1, ScalarType::Undefined,
ScalarType::Undefined},
{InstClass::VectorMisc, InstCategory::VectorALU, 0, 1, ScalarType::Any, ScalarType::Any},
// 1 = V_MOV_B32
{InstClass::VectorRegMov, InstCategory::VectorALU, 1, 1, ScalarType::Uint32,
ScalarType::Uint32},