Commit 75c6c725 authored by longpanda's avatar longpanda
Browse files

Add debug info fix

parent d4d87366
......@@ -5582,6 +5582,8 @@ static grub_err_t ventoy_cmd_dump_rsv_page(grub_extcmd_context_t ctxt, int argc,
grub_printf("Total pages: %llu\n", (unsigned long long)total);
grub_printf("Required pages: %llu\n", (unsigned long long)required);
#else
(void)total;
(void)required;
grub_printf("Non EFI mode!\n");
#endif
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment