mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-31 01:10:16 +01:00
nouveau/mme: Ensure that zero-initizlied mme_value is ZERO
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
parent
5fd7df4aa2
commit
fb60830935
1 changed files with 2 additions and 1 deletions
|
|
@ -12,7 +12,8 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
enum mme_value_type {
|
||||
MME_VALUE_TYPE_ZERO,
|
||||
/* This must be zero, making a zero-initizlied mme_value a ZERO */
|
||||
MME_VALUE_TYPE_ZERO = 0,
|
||||
MME_VALUE_TYPE_IMM,
|
||||
MME_VALUE_TYPE_REG,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue