]> git.proxmox.com Git - mirror_edk2.git/commit - CorebootModulePkg/Library/CbParseLib/CbParseLib.c
CorebootModulePkg: Fix build failure with 32-bit NOOPT target
authorScott Duplichan <scott@notabs.org>
Fri, 10 Apr 2015 02:05:48 +0000 (02:05 +0000)
committermauricema <mauricema@Edk2>
Fri, 10 Apr 2015 02:05:48 +0000 (02:05 +0000)
commit5451fff49c904ea781cfbaef2a7cae3bd697c5b3
tree01aaa0011c97620cfad1f5a87f5b92e99c411f96
parente56e18704493062ef9dc3f6df25a4c02825eb611
CorebootModulePkg: Fix build failure with 32-bit NOOPT target

Fix build failure with 32-bit NOOPT target by replacing direct shift
of 64-bit integer with a function call. Otherwise Microsoft tool chains
will generate a call to function __allshl and fail to link.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Scott Duplichan <scott@notabs.org>
Reviewed-by: Maurice Ma <maurice.ma@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17142 6f19259b-4bc3-4df7-8a09-765794883524
CorebootModulePkg/Library/CbParseLib/CbParseLib.c