We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b924a81 commit 5477edcCopy full SHA for 5477edc
scripts/gcc-plugins/latent_entropy_plugin.c
@@ -524,7 +524,7 @@ static unsigned int latent_entropy_execute(void)
524
while (bb != EXIT_BLOCK_PTR_FOR_FN(cfun)) {
525
perturb_local_entropy(bb, local_entropy);
526
bb = bb->next_bb;
527
- };
+ }
528
529
/* 4. mix local entropy into the global entropy variable */
530
perturb_latent_entropy(local_entropy);
0 commit comments