panfrost/midgard/disasm: Fill in .int mod

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
This commit is contained in:
Alyssa Rosenzweig 2019-04-30 04:59:28 +00:00
parent 7469df70c8
commit 96eed4e04b

View file

@ -107,7 +107,7 @@ print_reg(unsigned reg, unsigned bits)
static char *outmod_names[4] = {
"",
".pos",
"",
".int",
".sat"
};