add missing function stats array to global state

This commit is contained in:
Patrick Lipka 2025-08-07 17:13:30 +02:00
parent 58cc51d80a
commit cd5fee4165
1 changed files with 1 additions and 0 deletions

View File

@ -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;