fixed missing parenthesis
This commit is contained in:
parent
845519aeea
commit
5083823b20
|
@ -107,7 +107,7 @@ void rvprof_region_begin(const char* name){
|
|||
region->child_time = 0;
|
||||
region->child_cycles = 0;
|
||||
region->func_addr = NULL;
|
||||
region->stack_id = rvprof_stats_get_or_create_stack_id;
|
||||
region->stack_id = rvprof_stats_get_or_create_stack_id();
|
||||
|
||||
// look up or create ID for region
|
||||
const char* caller;
|
||||
|
|
Loading…
Reference in New Issue