Skip to content

Commit 8e27785

Browse files
committed
unsigned -> uint64_t
1 parent 24f4b80 commit 8e27785

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lld/ELF/InputFiles.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,8 @@ static void updateSupportedARMFeatures(Ctx &ctx,
211211

212212
struct AArch64BuildAttrSubsections {
213213
struct PauthSubSection {
214-
unsigned tagPlatform = 0;
215-
unsigned tagSchema = 0;
214+
uint64_t tagPlatform = 0;
215+
uint64_t tagSchema = 0;
216216
} pauth;
217217
struct FAndBSubSection {
218218
unsigned tagBTI = 0;

0 commit comments

Comments
 (0)