diff options
author | erictian <erictian@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-03-05 05:40:17 +0000 |
---|---|---|
committer | erictian <erictian@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-03-05 05:40:17 +0000 |
commit | 6e374f4997bd4ffb15c3528315c8916a34f85159 (patch) | |
tree | f5b7d76b84ec5b3b328af9a38be599539b311ea9 /MdeModulePkg/Bus/Pci/EhciDxe | |
parent | e172ea16a7002f736a0c3d39c127a890f120d374 (diff) | |
download | edk2-platforms-6e374f4997bd4ffb15c3528315c8916a34f85159.tar.xz |
fix build error
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10206 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Bus/Pci/EhciDxe')
-rw-r--r-- | MdeModulePkg/Bus/Pci/EhciDxe/EhciDebug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Bus/Pci/EhciDxe/EhciDebug.c b/MdeModulePkg/Bus/Pci/EhciDxe/EhciDebug.c index c84cd69d40..bf134206d5 100644 --- a/MdeModulePkg/Bus/Pci/EhciDxe/EhciDebug.c +++ b/MdeModulePkg/Bus/Pci/EhciDxe/EhciDebug.c @@ -239,7 +239,7 @@ EhcDumpRegs ( IN USB2_HC_DEV *Ehc
)
{
- UINTN Index;
+ UINT8 Index;
DEBUG ((EFI_D_INFO, " EHC_CAPLENGTH_OFFSET = 0x%08x\n", EhcReadCapRegister (Ehc, EHC_CAPLENGTH_OFFSET)));
DEBUG ((EFI_D_INFO, " EHC_HCSPARAMS_OFFSET = 0x%08x\n", EhcReadCapRegister (Ehc, EHC_HCSPARAMS_OFFSET)));
|