Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108633441
D25718.id74975.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
936 B
Referenced Files
None
Subscribers
None
D25718.id74975.diff
View Options
Index: head/stand/efi/loader/arch/arm/exec.c
===================================================================
--- head/stand/efi/loader/arch/arm/exec.c
+++ head/stand/efi/loader/arch/arm/exec.c
@@ -77,7 +77,7 @@
entry = efi_translate(e->e_entry);
- printf("Kernel entry at 0x%x...\n", (unsigned)entry);
+ printf("Kernel entry at %p...\n", entry);
printf("Kernel args: %s\n", fp->f_args);
if ((error = bi_load(fp->f_args, &modulep, &kernend)) != 0) {
Index: head/stand/efi/loader/arch/riscv/exec.c
===================================================================
--- head/stand/efi/loader/arch/riscv/exec.c
+++ head/stand/efi/loader/arch/riscv/exec.c
@@ -63,7 +63,7 @@
entry = efi_translate(e->e_entry);
- printf("Kernel entry at 0x%x...\n", (unsigned)entry);
+ printf("Kernel entry at %p...\n", entry);
printf("Kernel args: %s\n", fp->f_args);
if ((error = bi_load(fp->f_args, &modulep, &kernend)) != 0) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 28, 12:18 AM (9 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16201482
Default Alt Text
D25718.id74975.diff (936 B)
Attached To
Mode
D25718: loader: Avoid -Wpointer-to-int cast warnings for Arm and RISC-V
Attached
Detach File
Event Timeline
Log In to Comment