From fd677afe31b48284822a9c12ac3820fdc32af6a4 Mon Sep 17 00:00:00 2001 From: klu2 Date: Sat, 28 Feb 2009 18:39:04 +0000 Subject: Should use UINTN for architecture register. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7736 6f19259b-4bc3-4df7-8a09-765794883524 --- DuetPkg/BiosVideoThunkDxe/BiosVideo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DuetPkg/BiosVideoThunkDxe') 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; -- cgit v1.2.3