pan/bi: Disassemble pos=0xe

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5260>
This commit is contained in:
Alyssa Rosenzweig 2020-05-05 16:15:36 -04:00 committed by Marge Bot
parent a658a4f7a5
commit ec8665615f

View file

@ -2024,6 +2024,9 @@ bool dump_clause(FILE *fp, uint32_t *words, unsigned *size, unsigned offset, boo
case 0xd:
const_idx = 4;
break;
case 0xe:
const_idx = 5;
break;
default:
fprintf(fp, "# unknown pos 0x%x\n", pos);
break;