minerva: More protections

This commit is contained in:
CTCaer
2020-03-21 22:10:06 +02:00
parent 91a241dafa
commit 52874f9113
4 changed files with 9 additions and 4 deletions

View File

@@ -57,7 +57,7 @@ typedef struct _nyx_storage_t
u8 rsvd[0x800000 - sizeof(nyx_info_t)];
nyx_info_t info;
mtc_config_t mtc_cfg;
emc_table_t mtc_table;
emc_table_t mtc_table[10];
} nyx_storage_t;
u32 get_tmr_us();