mirror of
https://github.com/wiiu-env/WiiUModuleSystem.git
synced 2026-05-07 05:35:19 -05:00
Deprecate (s)bss field in module defines struct
This commit is contained in:
parent
721646a606
commit
6edac5489d
|
|
@ -47,10 +47,10 @@ typedef struct module_information_single_t {
|
|||
uint32_t number_export_entries;
|
||||
hook_data_t * hook_entries;
|
||||
uint32_t number_hook_entries;
|
||||
uint32_t bssAddr;
|
||||
uint32_t bssSize;
|
||||
uint32_t sbssAddr;
|
||||
uint32_t sbssSize;
|
||||
uint32_t bssAddr; // deprecated
|
||||
uint32_t bssSize; // deprecated
|
||||
uint32_t sbssAddr; // deprecated
|
||||
uint32_t sbssSize; // deprecated
|
||||
uint32_t startAddress;
|
||||
uint32_t endAddress;
|
||||
uint32_t entrypoint;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user