]> xenbits.xensource.com Git - unikraft/unikraft.git/commit
plat/xen: Fix implicit int cast build error
authorAndrei Stan <andreistan2003@gmail.com>
Fri, 4 Oct 2024 14:46:10 +0000 (17:46 +0300)
committerUnikraft Bot <monkey@unikraft.io>
Thu, 12 Dec 2024 00:17:21 +0000 (00:17 +0000)
commit6a872d93f02baec0e8edc12d91762a60e0145625
tree449c97b43d4410a5001dd7ad7338fa037a988075
parent920055265153b24dfa3b53d55c8607bce365dcb8
plat/xen: Fix implicit int cast build error

Building xen on arm64 with Clang would fail due to an implicit
cast from char * to __uptr.

Signed-off-by: Andrei Stan <andreistan2003@gmail.com>
Reviewed-by: Oleksii Moisieiev <oleksii_moisieiev@epam.com>
Reviewed-by: Stefan Jumarea <stefanjumarea02@gmail.com>
Reviewed-by: Razvan Deaconescu <razvand@unikraft.io>
Reviewed-by: Simon Kuenzer <simon@unikraft.io>
Approved-by: Simon Kuenzer <simon@unikraft.io>
GitHub-Closes: #1518
plat/xen/arm/setup64.c