- Timestamp:
- Feb 28, 2007 1:06:39 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PATM/VMMAll/PATMAll.cpp
r1105 r1106 629 629 { 630 630 if ( (uEFlags & X86_EFL_VM) 631 || (selCS & X86_SEL_RPL) == 3) )631 || (selCS & X86_SEL_RPL) == 3) 632 632 { 633 633 uint32_t selSS, esp;
Note:
See TracChangeset
for help on using the changeset viewer.