mirror of
https://github.com/memtest86plus/memtest86plus.git
synced 2024-11-23 08:26:23 -06:00
Handle 64-bit frame buffer addresses when printing EFI debug info.
This commit is contained in:
parent
ae2c010610
commit
1998ce16d1
@ -366,7 +366,7 @@ static efi_status_t set_screen_info_from_gop(screen_info_t *si, efi_handle_t *ha
|
||||
|
||||
#if DEBUG
|
||||
print_string("FB base : ");
|
||||
print_hex(si->lfb_base);
|
||||
print_hex((uintptr_t)lfb_base);
|
||||
print_string("\n");
|
||||
print_string("FB size : ");
|
||||
print_dec(si->lfb_width);
|
||||
|
Loading…
Reference in New Issue
Block a user