mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
panfrost/midgard/disasm: Fill in .int mod
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
This commit is contained in:
parent
7469df70c8
commit
96eed4e04b
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ print_reg(unsigned reg, unsigned bits)
|
|||
static char *outmod_names[4] = {
|
||||
"",
|
||||
".pos",
|
||||
"",
|
||||
".int",
|
||||
".sat"
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue