Changeset 1412 in vbox for trunk/src/VBox/VMM/VMMGC/SELMGC.cpp
- Timestamp:
- Mar 12, 2007 11:02:24 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMGC/SELMGC.cpp
r1408 r1412 93 93 } 94 94 Log(("selmGCSyncGDTEntry: Sel=%d Desc=%.8Vhxs: potential conflict (still not present)!\n", Sel, &Desc)); 95 96 /** @note we can't continue below or else we'll change the shadow descriptor!! */ 97 /** When the guest makes the selector present, then we'll do a GDT sync. */ 98 return VINF_SUCCESS; 95 99 } 96 100
Note:
See TracChangeset
for help on using the changeset viewer.