From af5e8f5366b05c3d4f8521f318c143a5c5dc3ea9 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Wed, 26 Aug 2020 06:03:18 +0000 Subject: Merge Mesa 20.1.6 --- lib/mesa/src/util/set.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/mesa/src/util/set.c') diff --git a/lib/mesa/src/util/set.c b/lib/mesa/src/util/set.c index 5173c2447..ffe0fe808 100644 --- a/lib/mesa/src/util/set.c +++ b/lib/mesa/src/util/set.c @@ -92,7 +92,7 @@ static const struct { ENTRY(2147483648ul, 2362232233ul, 2362232231ul ) }; -static inline bool +ASSERTED static inline bool key_pointer_is_reserved(const void *key) { return key == NULL || key == deleted_key; -- cgit v1.2.3