VirtualBox

Changeset 45737 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Apr 25, 2013 6:06:14 PM (12 years ago)
Author:
vboxsync
Message:

doc corrections.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/HMInternal.h

    r45684 r45737  
    251251
    252252/**
    253  * Switcher function, HC to RC.
     253 * Switcher function, HC to the special 64-bit RC.
    254254 *
    255255 * @param   pVM             Pointer to the VM.
    256  * @param   uOffsetVMCPU    VMCPU offset from pVM
     256 * @param   offCpumVCpu     Offset from pVM->cpum to pVM->aCpus[idCpu].cpum.
    257257 * @returns Return code indicating the action to take.
    258258 */
    259 typedef DECLCALLBACK (int) FNHMSWITCHERHC(PVM pVM, uint32_t uOffsetVMCPU);
     259typedef DECLCALLBACK(int) FNHMSWITCHERHC(PVM pVM, uint32_t offCpumVCpu);
    260260/** Pointer to switcher function. */
    261261typedef FNHMSWITCHERHC *PFNHMSWITCHERHC;
     
    315315#if HC_ARCH_BITS == 32 && defined(VBOX_ENABLE_64_BITS_GUESTS) && !defined(VBOX_WITH_HYBRID_32BIT_KERNEL)
    316316    /** 32 to 64 bits switcher entrypoint. */
    317     R0PTRTYPE(PFNHMSWITCHERHC) pfnHost32ToGuest64R0;
     317    R0PTRTYPE(PFNHMSWITCHERHC)  pfnHost32ToGuest64R0;
    318318
    319319    /* AMD-V 64 bits vmrun handler */
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