diff options
| -rw-r--r-- | src/shader_recompiler/backend/glasm/emit_glasm_not_implemented.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shader_recompiler/backend/glasm/emit_glasm_not_implemented.cpp b/src/shader_recompiler/backend/glasm/emit_glasm_not_implemented.cpp index ff64c6924..e537f6073 100644 --- a/src/shader_recompiler/backend/glasm/emit_glasm_not_implemented.cpp +++ b/src/shader_recompiler/backend/glasm/emit_glasm_not_implemented.cpp | |||
| @@ -18,7 +18,7 @@ namespace Shader::Backend::GLASM { | |||
| 18 | #define NotImplemented() throw NotImplementedException("GLASM instruction {}", __LINE__) | 18 | #define NotImplemented() throw NotImplementedException("GLASM instruction {}", __LINE__) |
| 19 | 19 | ||
| 20 | static void DefinePhi(EmitContext& ctx, IR::Inst& phi) { | 20 | static void DefinePhi(EmitContext& ctx, IR::Inst& phi) { |
| 21 | switch (phi.Arg(0).Type()) { | 21 | switch (phi.Type()) { |
| 22 | case IR::Type::U1: | 22 | case IR::Type::U1: |
| 23 | case IR::Type::U32: | 23 | case IR::Type::U32: |
| 24 | case IR::Type::F32: | 24 | case IR::Type::F32: |