From 004861a868ec9df125dd3c876b10b470c9d1c55a Mon Sep 17 00:00:00 2001 From: Raven Date: Sun, 15 Sep 2024 00:54:46 +0800 Subject: [PATCH] Fix CI again --- src/shader_recompiler/frontend/translate/data_share.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shader_recompiler/frontend/translate/data_share.cpp b/src/shader_recompiler/frontend/translate/data_share.cpp index 4a35e8a0b..0c3d21a96 100644 --- a/src/shader_recompiler/frontend/translate/data_share.cpp +++ b/src/shader_recompiler/frontend/translate/data_share.cpp @@ -68,7 +68,7 @@ void Translator::DS_SWIZZLE_B32(const GcnInst& inst) { } void Translator::DS_READ(int bit_size, bool is_signed, bool is_pair, bool stride64, - const GcnInst& inst) { + const GcnInst& inst) { const IR::U32 addr{ir.GetVectorReg(IR::VectorReg(inst.src[0].code))}; IR::VectorReg dst_reg{inst.dst[0].code}; if (is_pair) {