]> git.proxmox.com Git - mirror_edk2.git/commit
ShellPkg-UefiShellCommandLib: Add EFIAPI in VA_List library function
authorShi, Steven <steven.shi@intel.com>
Wed, 3 Aug 2016 09:43:06 +0000 (17:43 +0800)
committerLiming Gao <liming.gao@intel.com>
Wed, 10 Aug 2016 04:56:53 +0000 (12:56 +0800)
commitaf90df3cb099ed8e009579b7b55e7142dc0fc410
tree476c47550489347261646d8712fd3f7373db2c68
parentba601bddf8a36b4b63704596842c69b412741bbb
ShellPkg-UefiShellCommandLib: Add EFIAPI in VA_List library function

Add EFIAPI in CatPrint library function. Every function which uses
variable list need explicit use EFIAPI to force use MS ABI. This change
is needed to pass CLANG38 build.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Steven Shi <steven.shi@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
ShellPkg/Library/UefiShellCommandLib/ConsistMapping.c [changed mode: 0644->0755]