mirror of https://github.com/acidanthera/audk.git
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:
parent
1bbb88c92e
commit
9f0b11ca07
|
@ -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
|
||||
|
|
|
@ -358,7 +358,7 @@ BootScriptWriteMemPoll (
|
|||
// Duration will be minimum 1(microsecond) to be minimum deviation,
|
||||
// so LoopTimes = Delay / 10.
|
||||
//
|
||||
LoopTimes = DivU64x32Remainder (
|
||||
LoopTimes = (UINTN) DivU64x32Remainder (
|
||||
Delay,
|
||||
10,
|
||||
&Remainder
|
||||
|
|
Loading…
Reference in New Issue