Fix build failure.
Signed-off-by: Star Zeng <star.zeng@intel.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14056 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -359,7 +359,7 @@ BootScriptWriteMemPoll (
|
||||
// Duration will be minimum 1(microsecond) to be minimum deviation,
|
||||
// so LoopTimes = Delay / 10.
|
||||
//
|
||||
LoopTimes = DivU64x32Remainder (
|
||||
LoopTimes = (UINTN) DivU64x32Remainder (
|
||||
Delay,
|
||||
10,
|
||||
&Remainder
|
||||
|
Reference in New Issue
Block a user