Skip to content

Commit

Permalink
[AArch64] Fix the display of the UAO feature
Browse files Browse the repository at this point in the history
  • Loading branch information
cyring committed Jan 31, 2024
1 parent 3271cc9 commit e3f7a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aarch64/corefreq-cli.c
Original file line number Diff line number Diff line change
Expand Up @@ -1935,7 +1935,7 @@ REASON_CODE SysInfoFeatures( Window *win,
NULL,
RO(Shm)->Proc.Features.UAO == 1,
attr_Feat,
2, "%s%.*sUAO [%9s]", RSC(FEATURES_UAO).CODE(),
2, "%s%.*sUAO [%7s]", RSC(FEATURES_UAO).CODE(),
width - 18 - RSZ(FEATURES_UAO),
NULL
},
Expand Down

0 comments on commit e3f7a13

Please sign in to comment.