]> git.proxmox.com Git - mirror_edk2.git/commit - CorebootModulePkg/CbSupportDxe/CbSupportDxe.c
CorebootModulePkg: Add EFIAPI to OnReadyToBoot to fix gcc compile fail
authorScott Duplichan <scott@notabs.org>
Fri, 10 Apr 2015 00:42:30 +0000 (00:42 +0000)
committermauricema <mauricema@Edk2>
Fri, 10 Apr 2015 00:42:30 +0000 (00:42 +0000)
commitc952b5b124693c3864dbdf6ab5bb80fb399f2af2
treed06d19c0f537646ed423d289fb4c434e93ac3c53
parent53deb15e3a3d7180701585f280d0f952d19d44d9
CorebootModulePkg: Add EFIAPI to OnReadyToBoot to fix gcc compile fail

Make OnReadyToBoot function match the prototype in UefiLib.h. The change
only affects gcc builds because EFIAPI ABI differs from the default ABI
when building with gcc.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Scott Duplichan <scott@notabs.org>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Maurice Ma <maurice.ma@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17137 6f19259b-4bc3-4df7-8a09-765794883524
CorebootModulePkg/CbSupportDxe/CbSupportDxe.c [changed mode: 0644->0755]