shader: Fix control flow

This commit is contained in:
ReinUsesLisp 2021-02-24 05:21:30 -03:00 committed by ameerj
parent 215b21a1c0
commit d0459ab2c2
8 changed files with 39 additions and 20 deletions

View file

@ -637,8 +637,8 @@ void TranslatorVisitor::PBK() {
// PBK is a no-op
}
void TranslatorVisitor::PCNT(u64) {
ThrowNotImplemented(Opcode::PCNT);
void TranslatorVisitor::PCNT() {
// PCNT is a no-op
}
void TranslatorVisitor::PEXIT(u64) {