summaryrefslogtreecommitdiff
path: root/DuetPkg/BiosVideoThunkDxe
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2009-02-28 18:39:04 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2009-02-28 18:39:04 +0000
commitfd677afe31b48284822a9c12ac3820fdc32af6a4 (patch)
tree5ccbd7530852c4856331a1ab83557d4ad0d19243 /DuetPkg/BiosVideoThunkDxe
parent024a9e1dcfb7438dd31204c945e6e1b9615294c9 (diff)
downloadedk2-platforms-fd677afe31b48284822a9c12ac3820fdc32af6a4.tar.xz
Should use UINTN for architecture register.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7736 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg/BiosVideoThunkDxe')
-rw-r--r--DuetPkg/BiosVideoThunkDxe/BiosVideo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/DuetPkg/BiosVideoThunkDxe/BiosVideo.c b/DuetPkg/BiosVideoThunkDxe/BiosVideo.c
index f4a962b522..8c5957cb9c 100644
--- a/DuetPkg/BiosVideoThunkDxe/BiosVideo.c
+++ b/DuetPkg/BiosVideoThunkDxe/BiosVideo.c
@@ -2560,7 +2560,7 @@ LegacyBiosInt86 (
--*/
{
UINTN Status;
- UINT32 Eflags;
+ UINTN Eflags;
IA32_REGISTER_SET ThunkRegSet;
BOOLEAN Ret;
UINT16 *Stack16;