Skip to content

intel/disasm: Don't rely on FALLTHROUGHTs to print unsupported SFID

Caio Oliveira requested to merge cmarcelo/mesa:r/intel-disasm-fallthrough into master

The code works but is a bit fragile if we ever add a case that has a less strict requirement (a smaller gen) than the case above. To avoid having to reason about this, refactor code to use a variable to indicate whether the SFID is supported or not.

Merge request reports