VirtualBox

Changeset 14176 in vbox


Ignore:
Timestamp:
Nov 13, 2008 1:35:36 PM (16 years ago)
Author:
vboxsync
Message:

sigh.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMInternal.h

    r14174 r14176  
    197197    /** Array of offsets to the different switchers within the core code. */
    198198    RTUINT                      aoffSwitchers[VMMSWITCHER_MAX];
    199 
    200     /** Host to guest switcher entry point. */
    201     R0PTRTYPE(PFNVMMSWITCHERHC) pfnHostToGuestR0;
    202     /** Guest to host switcher entry point. */
    203     RCPTRTYPE(PFNVMMSWITCHERRC) pfnGuestToHostRC;
    204     /** Call Trampoline. See vmmGCCallTrampoline(). */
    205     RTRCPTR                     pfnCallTrampolineRC;
    206 
     199    uint32_t                    u32Padding0; /**< Alignment padding. */
     200
     201    /** The last RC/R0 return code. */
     202    RTINT                       iLastGZRc;
    207203    /** Resume Guest Execution. See CPUMGCResumeGuest(). */
    208204    RTRCPTR                     pfnCPUMRCResumeGuest;
    209205    /** Resume Guest Execution in V86 mode. See CPUMGCResumeGuestV86(). */
    210206    RTRCPTR                     pfnCPUMRCResumeGuestV86;
    211     /** The last RC/R0 return code. */
    212     RTINT                       iLastGZRc;
     207    /** Call Trampoline. See vmmGCCallTrampoline(). */
     208    RTRCPTR                     pfnCallTrampolineRC;
     209    /** Guest to host switcher entry point. */
     210    RCPTRTYPE(PFNVMMSWITCHERRC) pfnGuestToHostRC;
     211    /** Host to guest switcher entry point. */
     212    R0PTRTYPE(PFNVMMSWITCHERHC) pfnHostToGuestR0;
    213213    /** @}  */
    214214
     
    221221    /** Pointer to the bottom of the stack - needed for doing relocations. */
    222222    RCPTRTYPE(uint8_t *)        pbEMTStackBottomRC;
    223 #if HC_ARCH_BITS == 32
    224     uint32_t                    u32Padding0; /**< Alignment padding. */
    225 #endif
    226223
    227224    /** @name Logging
     
    242239     * This is NULL if logging is disabled. */
    243240    R0PTRTYPE(PVMMR0LOGGER)     pR0LoggerR0;
    244 #ifdef VBOX_WITH_RC_RELEASE_LOGGING
    245241    /** Pointer to the GC release logger instance - R3 Ptr. */
    246242    R3PTRTYPE(PRTLOGGERRC)      pRCRelLoggerR3;
     
    250246     * This may differ from cbRCLogger. */
    251247    uint32_t                    cbRCRelLogger;
    252 #else  /* !VBOX_WITH_RC_RELEASE_LOGGING */
    253     RTR3PTR                     pR3Padding0; /**< Alignment padding. */
    254 #endif /* !VBOX_WITH_RC_RELEASE_LOGGING */
    255248    /** @} */
    256249
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