kernel: Const correctness

This commit is contained in:
IndecisiveTurtle 2024-06-26 18:17:39 +03:00
parent c081663aac
commit c8ed338d5a
4 changed files with 3 additions and 3 deletions

View file

@ -331,6 +331,7 @@ void Translate(IR::Block* block, std::span<const GcnInst> inst_list, Info& info)
case Opcode::IMAGE_SAMPLE_C_LZ:
case Opcode::IMAGE_SAMPLE_LZ:
case Opcode::IMAGE_SAMPLE:
case Opcode::IMAGE_SAMPLE_L:
translator.IMAGE_SAMPLE(inst);
break;
case Opcode::IMAGE_STORE: