Skip to content

Commit

Permalink
fix TGran16 name
Browse files Browse the repository at this point in the history
Closes #4
  • Loading branch information
hrw committed Dec 1, 2023
1 parent 72e6899 commit ec649ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ArmCpuInfo/ArmCpuInfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -1266,7 +1266,7 @@ HandleAa64Mmfr0 (
PrintValues (RegName, Name, Bits, Value, Description);

Bits = "23:20";
Name = "Tgran16";
Name = "TGran16";
Value = (Aa64Mmfr0 >> 20) & 0xf;
switch (Value) {
case b0000:
Expand Down

0 comments on commit ec649ea

Please sign in to comment.