From db01f13e00e74bccde63152ef75a82f6bb8e1e81 Mon Sep 17 00:00:00 2001 From: jwang36 Date: Wed, 10 Oct 2007 07:04:15 +0000 Subject: Changed to pass the build with Visual Studio 2005 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4075 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Bus/Pci/EhciDxe/EhciUrb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MdeModulePkg/Bus/Pci/EhciDxe') diff --git a/MdeModulePkg/Bus/Pci/EhciDxe/EhciUrb.c b/MdeModulePkg/Bus/Pci/EhciDxe/EhciUrb.c index 005e0596b6..bb272cc8de 100644 --- a/MdeModulePkg/Bus/Pci/EhciDxe/EhciUrb.c +++ b/MdeModulePkg/Bus/Pci/EhciDxe/EhciUrb.c @@ -294,7 +294,7 @@ EhcConvertPollRate ( BitCount++; } - return 1 << (BitCount - 1); + return (UINTN)1 << (BitCount - 1); } -- cgit v1.2.3