]> git.proxmox.com Git - mirror_edk2.git/commit - MdePkg/Include/Base.h
MdePkg/Include: Add VA list support for VS2017/ARM64
authorPete Batard <pete@akeo.ie>
Fri, 23 Feb 2018 09:50:02 +0000 (17:50 +0800)
committerLiming Gao <liming.gao@intel.com>
Mon, 19 Mar 2018 09:05:42 +0000 (17:05 +0800)
commitc41100f05f6549d7d95b04aa8213392738af3b69
tree714a98b7ee3149b1321b5232c9715a3596e8b2c0
parentda351bdbe2076e06ecde95c9f563784c8d53af46
MdePkg/Include: Add VA list support for VS2017/ARM64

We need to explicitly call the built-in __va_start() for ARM64, otherwise
the variable parameters are not properly enqueued for the next function
calls.
Also do the same for ARM, as as it doesn't harm us.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Pete Batard <pete@akeo.ie>
Reviewed-by: Liming Gao <liming.gao@intel.com>
MdePkg/Include/Base.h