Skip to content

Commit

Permalink
Repair QEMU run in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ckormanyos committed Nov 24, 2024
1 parent 9e1dd98 commit f31a686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example008_bernoulli_tgamma.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ extern "C"

auto example_get_standalone_result() noexcept -> bool
{
return { example_standalone_result == static_cast<std::uint32_t>(UINT32_C(0xF00DCAFE)) };
return (example_standalone_result == static_cast<std::uint32_t>(UINT32_C(0xF00DCAFE)));
}
}

Expand Down

0 comments on commit f31a686

Please sign in to comment.