fix build error

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10206 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
erictian 2010-03-05 05:40:17 +00:00
parent e172ea16a7
commit 6e374f4997
1 changed files with 1 additions and 1 deletions

View File

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