mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 19:10:14 +01:00
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:
parent
a658a4f7a5
commit
ec8665615f
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue