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 9563313
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 @@ -27,7 +27,7 @@ struct label_t {
return label_t{src_label.from, target_label.from, target_label.stack_frame_prefix};
}

bool operator==(const label_t& other) const noexcept = default;
constexpr bool operator==(const label_t& other) const noexcept = default;

constexpr bool operator<(const label_t& other) const {
if (this == &other) {
Expand Down

0 comments on commit 9563313

Please sign in to comment.