Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
vaintroub committed Sep 8, 2023
1 parent 8b35465 commit 2b6cbd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/cpu/sb_cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ sb_event_t cpu_next_event(int thread_id)
}

/* helps to avoid compilers optimizing cpu_execute_event() away */
static thread_local unsigned long long thread_count_primes;
static TLS unsigned long long thread_count_primes;

int cpu_execute_event(sb_event_t *r, int thread_id)
{
Expand Down

0 comments on commit 2b6cbd5

Please sign in to comment.