mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
lima/parser: Fix rsw parser
Drop assert as it is not necessary and used wrong anyway. Reviewed-by: Qiang Yu <yuq825@gmail.com> Signed-off-by: Andreas Baierl <ichgeh@imkreisrum.de>
This commit is contained in:
parent
defb3a9465
commit
af7dc4675d
1 changed files with 0 additions and 2 deletions
|
|
@ -24,7 +24,6 @@
|
|||
|
||||
#include "util/u_math.h"
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
|
@ -522,7 +521,6 @@ parse_rsw(FILE *fp, uint32_t *value, int i, uint32_t *helper)
|
|||
*value & 0xffffffe0, *value & 0x0000001f);
|
||||
break;
|
||||
case 10: /* VARYING TYPES */
|
||||
assert(*helper);
|
||||
fprintf(fp, "(1): ");
|
||||
int val, j;
|
||||
/* 0 - 5 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue