opnsense-src/stand/efi/loader/arch
Jessica Clarke 4f8212c8b2 loader: Avoid -Wpointer-to-int cast warnings for Arm and RISC-V
On RISC-V, Clang warns with:

    cast to smaller integer type 'unsigned int' from 'void (*)(void *)'

Instead, use %p as the standard format specifier for printing pointers.
Whilst Arm's pointer size is the same as unsigned, it's still cleaner to
use the right thing there too.

Reviewed by:	brooks (mentor), emaste
Approved by:	brooks (mentor), emaste
Differential Revision:	https://reviews.freebsd.org/D25718
2020-07-26 18:17:36 +00:00
..
amd64 Stop setting PG_U in bootstrap mappings. 2020-04-24 13:53:40 +00:00
arm loader: Avoid -Wpointer-to-int cast warnings for Arm and RISC-V 2020-07-26 18:17:36 +00:00
arm64 loader: add comconsole implementation on top of SIO protocol 2020-03-14 06:36:03 +00:00
i386 veloader use vectx API for kernel and modules 2020-03-08 17:42:42 +00:00
riscv loader: Avoid -Wpointer-to-int cast warnings for Arm and RISC-V 2020-07-26 18:17:36 +00:00