Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NoiseByNorthwest committed Nov 29, 2024
1 parent 05cedc2 commit 0a65385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spx_profiler_tracer.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ static spx_profiler_reporter_cost_t null_reporter_notify(

static void calibrate(tracing_profiler_t * profiler, const spx_php_function_t * function);

static unsigned long func_table_hmap_hash_key(const void * v);
static uint64_t func_table_hmap_hash_key(const void * v);
static int func_table_hmap_cmp_key(const void * va, const void * vb);

static spx_profiler_func_table_entry_t * func_table_get_entry(
Expand Down

0 comments on commit 0a65385

Please sign in to comment.