]> git.proxmox.com Git - mirror_edk2.git/commit - CorebootModulePkg/CbSupportPei/CbSupportPei.c
CorebootModulePkg: Add 'ULL' suffix to avoid gcc 4.4 compile fail
authorScott Duplichan <scott@notabs.org>
Fri, 10 Apr 2015 02:41:10 +0000 (02:41 +0000)
committermauricema <mauricema@Edk2>
Fri, 10 Apr 2015 02:41:10 +0000 (02:41 +0000)
commitc3911fd851125cd02b60ec4bfb7be54acc1cbbea
tree7cf17f86b409a97b89923a026f28103e9488a286
parent3b17ae9e51998a7002d7e00cb25243969c570215
CorebootModulePkg: Add 'ULL' suffix to avoid gcc 4.4 compile fail

Add ULL siffix to 64-bit constants, otherwise gcc44 reports error:
integer constant is too large for 'long' type

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Scott Duplichan <scott@notabs.org>
Reviewed-by: Bruce Cran <bruce.cran@gmail.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17145 6f19259b-4bc3-4df7-8a09-765794883524
CorebootModulePkg/CbSupportPei/CbSupportPei.c