VirtualBox

Changeset 20428 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jun 9, 2009 11:36:04 AM (16 years ago)
Author:
vboxsync
Message:

Corrected size of uPendingExcptCR2

File:
1 edited

Legend:

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

    r20426 r20428  
    186186    uint32_t                cPendingExceptions;
    187187    /** Pending exception's EIP */
    188     uint32_t                uPendingExcptEIP;
    189     uint32_t                reserved_for_future_uPendingExcptRIP;
     188    RTGCPTR                 uPendingExcptEIP;
    190189    /** Pending exception's CR2 */
    191     uint32_t                uPendingExcptCR2;
    192     uint32_t                reserved_for_future_64bit_uPendingExcptCR2;
     190    RTGCPTR                 uPendingExcptCR2;
    193191
    194192    /** The highest known RAM address. */
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