mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
translate: Actually return a value from translate_cache_create().
This commit is contained in:
parent
63e6e33db6
commit
d712eea074
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ struct translate_cache * translate_cache_create()
|
|||
{
|
||||
struct translate_cache *cache = MALLOC_STRUCT(translate_cache);
|
||||
cache->hash = cso_hash_create();
|
||||
return cache;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue