mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-13 14:44:47 -04:00
Revert "Update hexadecimal numbers output format from ABCDh to 0xABCD" due to breaking downstream tools
This reverts commit 9cc9518f8b
.
This commit is contained in:
parent
775227942a
commit
a19aeadb54
10 changed files with 397 additions and 399 deletions
|
@ -31,5 +31,5 @@ UString machineTypeToUString(UINT16 machineType)
|
|||
case EFI_IMAGE_FILE_MACHINE_RISCV64: return UString("RISC-V 64-bit");
|
||||
case EFI_IMAGE_FILE_MACHINE_RISCV128: return UString("RISC-V 128-bit");
|
||||
}
|
||||
return usprintf("Unknown 0x%04X", machineType);
|
||||
return usprintf("Unknown %04Xh", machineType);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue