]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[efi] Use standard va_args macros instead of VA_START() etc
authorMichael Brown <mcb30@ipxe.org>
Sun, 15 Sep 2024 01:01:46 +0000 (02:01 +0100)
committerMichael Brown <mcb30@ipxe.org>
Sun, 15 Sep 2024 09:01:35 +0000 (10:01 +0100)
commit670810bed841678e6303719bb123edad9857f320
tree7b533d9c8cf40517adf9c332d3112018c0e9768e
parent1d43e535fb86537cb87f30c7fa45b175534489d6
[efi] Use standard va_args macros instead of VA_START() etc

The EDK2 header macros VA_START(), VA_ARG() etc produce build errors
on some CPU architectures (notably on 32-bit RISC-V, which is not yet
supported by EDK2).

Fix by using the standard variable argument list macros.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/interface/efi/efi_wrap.c