VirtualBox

Changeset 19448 in vbox for trunk/src


Ignore:
Timestamp:
May 6, 2009 5:38:43 PM (16 years ago)
Author:
vboxsync
Message:

spaces + todo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PDMDevMiscHlp.cpp

    r19437 r19448  
    230230}
    231231
     232
    232233/** @copydoc PDMAPICHLPR3::pfnSendSipi */
    233 static DECLCALLBACK(void) pdmR3ApicHlp_SendSipi(PPDMDEVINS pDevIns, VMCPUID idCpu, int iVector)
     234static DECLCALLBACK(void) pdmR3ApicHlp_SendSipi(PPDMDEVINS pDevIns, VMCPUID idCpu, int iVector) /** @todo why signed? */
    234235{
    235236    PDMDEV_ASSERT_DEVINS(pDevIns);
     
    240241    CPUMSetGuestCS(pCpu, iVector * 0x100);
    241242    CPUMSetGuestEIP(pCpu, 0);
    242     /** @todo: how do I unhalt VCPU? */
    243 }
     243    /** @todo: how do I unhalt VCPU?
     244     *  bird: See VMMSendSipi. */
     245
     246}
     247
    244248
    245249/** @copydoc PDMAPICHLPR3::pfnGetRCHelpers */
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