diff --git a/src/shader_recompiler/frontend/maxwell/translate/impl/internal_stage_buffer_entry_read.cpp b/src/shader_recompiler/frontend/maxwell/translate/impl/internal_stage_buffer_entry_read.cpp index d71c65069b..94ffbe9b69 100644 --- a/src/shader_recompiler/frontend/maxwell/translate/impl/internal_stage_buffer_entry_read.cpp +++ b/src/shader_recompiler/frontend/maxwell/translate/impl/internal_stage_buffer_entry_read.cpp @@ -37,7 +37,7 @@ void TranslatorVisitor::ISBERD(u64 insn) { BitField<32, 1, u64> o; BitField<33, 2, Mode> mode; BitField<47, 2, Shift> shift; - } const isberd{insn}; + } const isberd{insn}; if (isberd.skew != 0) { IR::U32 current_lane_id{ir.LaneId()};