mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 10:40:11 +01:00
nvc0: size is a uint16_t, remove unnecessary assertion
Reported by Coverity. Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
This commit is contained in:
parent
564e305094
commit
9ced42b1aa
1 changed files with 0 additions and 1 deletions
|
|
@ -88,7 +88,6 @@ nve4_cp_launch_desc_set_cb(struct nve4_cp_launch_desc *desc,
|
|||
|
||||
assert(index < 8);
|
||||
assert(!(base & 0xff));
|
||||
assert(size <= 65536);
|
||||
|
||||
desc->cb[index].address_l = address;
|
||||
desc->cb[index].address_h = address >> 32;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue