commit | 670810bed841678e6303719bb123edad9857f320 | [log] [tgz] |
---|---|---|
author | Michael Brown <mcb30@ipxe.org> | Sun Sep 15 02:01:46 2024 +0100 |
committer | Michael Brown <mcb30@ipxe.org> | Sun Sep 15 10:01:35 2024 +0100 |
tree | 7b533d9c8cf40517adf9c332d3112018c0e9768e | |
parent | 1d43e535fb86537cb87f30c7fa45b175534489d6 [diff] |
[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>