VirtualBox

Changeset 44686 in vbox


Ignore:
Timestamp:
Feb 14, 2013 12:26:08 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
83782
Message:

DevIoApic: copy and past error in the MMIO read routine.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevIoApic.cpp

    r44685 r44686  
    327327    }
    328328
     329    Log(("ioapic: IOWIN rd -> %#010x (%Rrc)\n", *pu32Value, rc));
    329330    return rc;
    330331}
     
    427428        rc = ioapic_IoRegSel_r(pThis, (uint32_t *)pv);
    428429    else if (offReg == 0x10)
    429         rc = ioapic_IoRegSel_r(pThis, (uint32_t *)pv);
     430        rc = ioapic_IoWin_r(pThis, (uint32_t *)pv);
    430431    else
    431432    {
     
    433434        rc = VINF_IOM_MMIO_UNUSED_FF;
    434435    }
     436    Log3(("ioapicMMIORead: @%#x -> %#x %Rrc\n", offReg, *(uint32_t *)pv, rc));
    435437
    436438    IOAPIC_UNLOCK(pThis);
     
    472474        rc = VINF_SUCCESS;
    473475    }
     476    Log3(("ioapicMMIOWrite: @%#x := %#x %Rrc\n", offReg, u32Value, rc));
    474477
    475478    IOAPIC_UNLOCK(pThis);
Note: See TracChangeset for help on using the changeset viewer.

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