Changeset 72470 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Jun 7, 2018 11:41:23 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 122955
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/NEMInternal.h
r72463 r72470 190 190 /** NEMCPU_MAGIC. */ 191 191 uint32_t u32Magic; 192 /** Whether \#UD needs to be intercepted and presented to GIM. */ 193 bool fGIMTrapXcptUD : 1; 192 194 #ifdef RT_OS_WINDOWS 193 195 /** The current state of the interrupt windows (NEM_WIN_INTW_F_XXX). */ … … 197 199 /** Last copy of HV_X64_VP_EXECUTION_STATE::InterruptShadow. */ 198 200 bool fLastInterruptShadow : 1; 199 bool afPadding[1];200 201 /** Pending APIC base value. 201 202 * This is set to UINT64_MAX when not pending */
Note:
See TracChangeset
for help on using the changeset viewer.