Skip to content

Commit

Permalink
Fix build break
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Jowett <[email protected]>
  • Loading branch information
Alan Jowett committed Nov 5, 2024
1 parent bb34d12 commit 98c2e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/asm_syntax.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ struct ZeroCtxOffset {

struct BoundedLoopCount {
label_t name;
constexpr bool operator==(const BoundedLoopCount&) const = default;
bool operator==(const BoundedLoopCount&) const = default;
// Maximum number of loop iterations allowed during verification.
// This prevents infinite loops while allowing reasonable bounded loops.
// When exceeded, the verifier will report that it cannot prove termination.
Expand Down

0 comments on commit 98c2e64

Please sign in to comment.