Skip to content

Commit

Permalink
Fix buildbot
Browse files Browse the repository at this point in the history
  • Loading branch information
rui314 committed Sep 14, 2024
1 parent 431fc39 commit f26a2c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mold.h
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ enum AbsRelKind {
template <typename E>
struct AbsRel {
InputSection<E> *isec = nullptr;
i64 offset = 0;
u64 offset = 0;
Symbol<E> *sym = nullptr;
i64 addend = 0;
AbsRelKind kind = ABS_REL_NONE;
Expand Down

0 comments on commit f26a2c2

Please sign in to comment.