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
..
2018-04-27 22:15:18 +00:00
2020-07-10 00:24:06 +00:00
2019-02-26 06:22:10 +00:00
2020-07-19 23:56:19 +00:00
2020-07-11 06:51:42 +00:00
2019-02-26 06:22:10 +00:00
2020-07-13 02:09:21 +00:00
2020-01-23 10:40:34 +00:00
2020-07-14 21:15:16 +00:00
2019-05-24 19:43:38 +00:00
2017-12-02 00:06:58 +00:00