VirtualBox

Changeset 11457 in vbox for trunk


Ignore:
Timestamp:
Aug 18, 2008 9:36:35 AM (16 years ago)
Author:
vboxsync
Message:

BT emulation bugfix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp

    r10602 r11457  
    905905    Assert(pRange->CTXALLSUFF(pfnReadCallback) || !pRange->pfnReadCallbackR3);
    906906
    907     uint64_t    uBit;
    908     uint64_t    uData1;
     907    uint64_t    uBit = 0;
     908    uint64_t    uData1 = 0;
    909909    int         rc;
    910910    unsigned    cb;
     
    10271027{
    10281028    STAM_PROFILE_START(&pVM->iom.s.StatGCMMIOHandler, a);
    1029     Log3(("IOMMMIOHandler: GCPhys=%RGp uErr=%#x pvFault=%VGv eip=%VGv\n",
     1029    Log(("IOMMMIOHandler: GCPhys=%RGp uErr=%#x pvFault=%VGv eip=%VGv\n",
    10301030          GCPhysFault, (uint32_t)uErrorCode, pvFault, pCtxCore->rip));
    10311031
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette