]> git.ipfire.org Git - thirdparty/grub.git/commit
kern/{arm64,loongarch64}/dl_helper: Use the correct format specifier for formatted...
authorXiaotian Wu <wuxiaotian@loongson.cn>
Tue, 13 Jun 2023 09:06:31 +0000 (17:06 +0800)
committerDaniel Kiper <daniel.kiper@oracle.com>
Tue, 13 Jun 2023 14:00:39 +0000 (16:00 +0200)
commit985631c3d96bc7b8eff83fb0b1c106b522ad8e16
tree67fac537ac08fac2a02036fd3ef85195d4e9efa3
parent4fb58cf0afe83d921e1072d58a4f899696d8fe7e
kern/{arm64,loongarch64}/dl_helper: Use the correct format specifier for formatted output

Use PRIxGRUB_INT64_T format specifier for grub_int64_t type
and drop redundant casts.

Signed-off-by: Xiaotian Wu <wuxiaotian@loongson.cn>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/kern/arm64/dl_helper.c
grub-core/kern/loongarch64/dl_helper.c