VirtualBox

Changeset 23014 in vbox


Ignore:
Timestamp:
Sep 14, 2009 4:42:51 PM (15 years ago)
Author:
vboxsync
Message:

VMReq.cpp: Don't use the 'U' version, it just makes the caller side clumsier and adds no value.

File:
1 edited

Legend:

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

    r23010 r23014  
    213213 *                          Not possible to pass 64-bit arguments!
    214214 * @param   ...             Function arguments.
    215  *
    216  * @remarks Use VMR3ReqCallWaitU where possible.
    217215 */
    218216VMMR3DECL(int) VMR3ReqCallWait(PVM pVM, VMCPUID idDstCpu, PFNRT pfnFunction, unsigned cArgs, ...)
     
    282280 *                          Not possible to pass 64-bit arguments!
    283281 * @param   ...             Function arguments.
    284  *
    285  * @remarks Use VMR3ReqCallNoWaitU where possible.
    286282 */
    287283VMMR3DECL(int) VMR3ReqCallNoWait(PVM pVM, VMCPUID idDstCpu, PFNRT pfnFunction, unsigned cArgs, ...)
     
    340336 *                          Not possible to pass 64-bit arguments!
    341337 * @param   ...             Function arguments.
    342  *
    343  * @remarks Use VMR3ReqCallVoidWaitU where possible.
    344338 */
    345339VMMR3DECL(int) VMR3ReqCallVoidWait(PVM pVM, VMCPUID idDstCpu, PFNRT pfnFunction, unsigned cArgs, ...)
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