Changeset 45725 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Apr 25, 2013 10:19:31 AM (12 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/SELMAll.cpp
r45701 r45725 188 188 return VINF_SUCCESS; 189 189 } 190 191 190 192 191 #ifdef VBOX_WITH_RAW_MODE_NOT_R0 -
trunk/src/VBox/VMM/include/SELMInternal.h
r45705 r45725 100 100 RTINT offVM; 101 101 102 /** @todo #ifdef VBOX_WITH_RAW_MODE */103 102 /** Flat CS, DS, 64 bit mode CS, TSS & trap 8 TSS. */ 104 103 RTSEL aHyperSel[SELM_HYPER_SEL_MAX];
Note:
See TracChangeset
for help on using the changeset viewer.