Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dadigang
Ventoy
Commits
75c6c725
Commit
75c6c725
authored
May 03, 2022
by
longpanda
Browse files
Add debug info fix
parent
d4d87366
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
GRUB2/MOD_SRC/grub-2.04/grub-core/ventoy/ventoy_cmd.c
GRUB2/MOD_SRC/grub-2.04/grub-core/ventoy/ventoy_cmd.c
+2
-0
No files found.
GRUB2/MOD_SRC/grub-2.04/grub-core/ventoy/ventoy_cmd.c
View file @
75c6c725
...
@@ -5582,6 +5582,8 @@ static grub_err_t ventoy_cmd_dump_rsv_page(grub_extcmd_context_t ctxt, int argc,
...
@@ -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
(
"Total pages: %llu
\n
"
,
(
unsigned
long
long
)
total
);
grub_printf
(
"Required pages: %llu
\n
"
,
(
unsigned
long
long
)
required
);
grub_printf
(
"Required pages: %llu
\n
"
,
(
unsigned
long
long
)
required
);
#else
#else
(
void
)
total
;
(
void
)
required
;
grub_printf
(
"Non EFI mode!
\n
"
);
grub_printf
(
"Non EFI mode!
\n
"
);
#endif
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment