mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 15:38:09 +02:00
util/bitset: Allow iterating over const bitsets
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
This commit is contained in:
parent
61c7d20e4f
commit
9a41d94731
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ __bitset_ffs(const BITSET_WORD *x, int n)
|
|||
|
||||
static inline unsigned
|
||||
__bitset_next_set(unsigned i, BITSET_WORD *tmp,
|
||||
BITSET_WORD *set, unsigned size)
|
||||
const BITSET_WORD *set, unsigned size)
|
||||
{
|
||||
unsigned bit, word;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue