diff options
Diffstat (limited to '')
| -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 2a92d9df5..e6a880a36 100644 --- a/src/shader_recompiler/backend/glasm/emit_glasm_not_implemented.cpp +++ b/src/shader_recompiler/backend/glasm/emit_glasm_not_implemented.cpp | |||
| @@ -225,7 +225,7 @@ void EmitUndefU16(EmitContext& ctx, IR::Inst& inst) { | |||
| 225 | } | 225 | } |
| 226 | 226 | ||
| 227 | void EmitUndefU32(EmitContext& ctx, IR::Inst& inst) { | 227 | void EmitUndefU32(EmitContext& ctx, IR::Inst& inst) { |
| 228 | ctx.Add("MOV.S {}.x,0;\n", inst); | 228 | ctx.Add("MOV.S {}.x,0;", inst); |
| 229 | } | 229 | } |
| 230 | 230 | ||
| 231 | void EmitUndefU64(EmitContext& ctx, IR::Inst& inst) { | 231 | void EmitUndefU64(EmitContext& ctx, IR::Inst& inst) { |