mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-26 01:20:22 +01:00
llvmpipe: Fix typo in assert.
This commit is contained in:
parent
ead58101f9
commit
92cbbba7fb
1 changed files with 1 additions and 1 deletions
|
|
@ -340,7 +340,7 @@ lp_build_interp_soa_init(struct lp_build_interp_soa_context *bld,
|
|||
coeff_type.length = QUAD_SIZE;
|
||||
|
||||
/* XXX: we don't support interpolating into any other types */
|
||||
assert(memcmp(&coeff_type, &type, sizeof &coeff_type) == 0);
|
||||
assert(memcmp(&coeff_type, &type, sizeof coeff_type) == 0);
|
||||
|
||||
lp_build_context_init(&bld->coeff_bld, builder, coeff_type);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue