On Wed, Jun 28, 2023 at 01:19:48AM -0500, Glenn Washburn wrote: > EFI status codes are of different classes depending on the first byte and > all error status codes defined in appendix D of the main spec start from 1 > and have the high bit set. When printing as a uint, the decimal is a very > large number that needs have the high bit cleared get the spec error code. > This can be easily visually done by a human if the number is printed as hex. > > Signed-off-by: Glenn Washburn <[email protected]>
Reviewed-by: Daniel Kiper <[email protected]> Daniel _______________________________________________ Grub-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/grub-devel
