add missing function stats array to global state
This commit is contained in:
parent
58cc51d80a
commit
cd5fee4165
|
@ -108,6 +108,7 @@ typedef struct{
|
|||
|
||||
// dynamic arrays
|
||||
region_array_t regions;
|
||||
function_stats_array_t functions;
|
||||
stack_info_array_t stacks;
|
||||
symbol_array_t symbols;
|
||||
|
||||
|
|
Loading…
Reference in New Issue