Changeset 20428 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jun 9, 2009 11:36:04 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/REMInternal.h
r20426 r20428 186 186 uint32_t cPendingExceptions; 187 187 /** Pending exception's EIP */ 188 uint32_t uPendingExcptEIP; 189 uint32_t reserved_for_future_uPendingExcptRIP; 188 RTGCPTR uPendingExcptEIP; 190 189 /** Pending exception's CR2 */ 191 uint32_t uPendingExcptCR2; 192 uint32_t reserved_for_future_64bit_uPendingExcptCR2; 190 RTGCPTR uPendingExcptCR2; 193 191 194 192 /** The highest known RAM address. */
Note:
See TracChangeset
for help on using the changeset viewer.