mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 18:50:10 +01:00
freedreno/rnn: Return success when parsing addvariant
This was missed when I initially added addvariant. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6070>
This commit is contained in:
parent
aa6fbdd248
commit
0f9131d096
1 changed files with 1 additions and 0 deletions
|
|
@ -203,6 +203,7 @@ static int trytypeattr (struct rnndb *db, char *file, xmlNode *node, xmlAttr *at
|
|||
return 1;
|
||||
} else if (!strcmp(attr->name, "addvariant")) {
|
||||
ti->addvariant = getboolattrib(db, file, node->line, attr);
|
||||
return 1;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue