VirtualBox

Changeset 44687 in vbox for trunk/src/VBox/Devices/PC


Ignore:
Timestamp:
Feb 14, 2013 12:37:44 PM (12 years ago)
Author:
vboxsync
Message:

nit

File:
1 edited

Legend:

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

    r44686 r44687  
    715715    {
    716716        pThis->pIoApicHlpRC = pThis->pIoApicHlpR3->pfnGetRCHelpers(pDevIns);
    717         rc = PDMDevHlpMMIORegisterRC(pDevIns, UINT32_C(0xfec00000), 0x1000, NIL_RTRCPTR /*pvUser*/, "ioapicMMIOWrite", "ioapicMMIORead");
     717        rc = PDMDevHlpMMIORegisterRC(pDevIns, UINT32_C(0xfec00000), 0x1000, NIL_RTRCPTR /*pvUser*/,
     718                                     "ioapicMMIOWrite", "ioapicMMIORead");
    718719        AssertRCReturn(rc, rc);
    719720
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