mirror of
https://github.com/CTCaer/hekate.git
synced 2024-11-22 18:06:40 +00:00
bdk: l4t: minerva: don't rely on UB
This commit is contained in:
parent
42859a2373
commit
ee682fdf24
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ typedef struct _nyx_storage_t
|
|||
u8 rsvd[SZ_8M - sizeof(nyx_info_t)];
|
||||
nyx_info_t info;
|
||||
mtc_config_t mtc_cfg;
|
||||
emc_table_t mtc_table[10];
|
||||
emc_table_t mtc_table[11]; // 10 + 1.
|
||||
} nyx_storage_t;
|
||||
|
||||
u8 bit_count(u32 val);
|
||||
|
|
Loading…
Reference in a new issue