nv50/ir: fix printing of pixld

Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
This commit is contained in:
Rhys Perry 2018-05-03 18:02:14 +01:00 committed by Ilia Mirkin
parent 4373dd3215
commit b30949a9c2
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ static const char *shflOpStr[] =
static const char *pixldOpStr[] =
{
"count", "covmask", "offset", "cent_offset", "sampleid"
"count", "covmask", "covered", "offset", "cent_offset", "sampleid"
};
static const char *rcprsqOpStr[] =