mirror of https://github.com/acidanthera/audk.git
OvmfPkg/XenBusDxe: Use EFIAPI for XenStoreVSPrint
... because this function use VA_COPY. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Anthony PERARD <anthony.perard@citrix.com> Reviewed-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com>
This commit is contained in:
parent
625b39ced2
commit
c5c9e7e298
|
@ -1304,6 +1304,7 @@ XenStoreTransactionEnd (
|
||||||
}
|
}
|
||||||
|
|
||||||
XENSTORE_STATUS
|
XENSTORE_STATUS
|
||||||
|
EFIAPI
|
||||||
XenStoreVSPrint (
|
XenStoreVSPrint (
|
||||||
IN CONST XENSTORE_TRANSACTION *Transaction,
|
IN CONST XENSTORE_TRANSACTION *Transaction,
|
||||||
IN CONST CHAR8 *DirectoryPath,
|
IN CONST CHAR8 *DirectoryPath,
|
||||||
|
|
|
@ -209,6 +209,7 @@ XenStoreSPrint (
|
||||||
indicating the type of write failure.
|
indicating the type of write failure.
|
||||||
**/
|
**/
|
||||||
XENSTORE_STATUS
|
XENSTORE_STATUS
|
||||||
|
EFIAPI
|
||||||
XenStoreVSPrint (
|
XenStoreVSPrint (
|
||||||
IN CONST XENSTORE_TRANSACTION *Transaction,
|
IN CONST XENSTORE_TRANSACTION *Transaction,
|
||||||
IN CONST CHAR8 *DirectoryPath,
|
IN CONST CHAR8 *DirectoryPath,
|
||||||
|
|
Loading…
Reference in New Issue