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:
lzeng14 2013-01-16 10:14:36 +00:00
parent 1bbb88c92e
commit 9f0b11ca07
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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