Skip to content

Commit

Permalink
cache: %2u ways to %u ways
Browse files Browse the repository at this point in the history
  • Loading branch information
dd86k committed Nov 6, 2020
1 parent 1a7d52a commit 8e4c309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddcpuid.d
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ int main(int argc, char **argv) {
ca.size >>= 10;
c = 'M';
}
printf("\n\tL%u-%c: %u %ciB\t%2u ways, %u parts, %u B, %u sets",
printf("\n\tL%u-%c: %u %ciB\t%u ways, %u parts, %u B, %u sets",
ca.level, CACHE_TYPE[ca.type], ca.size, c,
ca.ways, ca.partitions, ca.linesize, ca.sets
);
Expand Down

0 comments on commit 8e4c309

Please sign in to comment.