gallium/cso_hash: pack cso_node better

Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3990>
This commit is contained in:
Marek Olšák 2020-01-21 20:17:32 -05:00 committed by Marge Bot
parent 950ee0a370
commit 505cd5f12b
1 changed files with 1 additions and 1 deletions

View File

@ -53,8 +53,8 @@ extern "C" {
struct cso_node {
struct cso_node *next;
unsigned key;
void *value;
unsigned key;
};
struct cso_hash_iter {