Changeset 13840 in vbox for trunk/src/VBox/VMM/VMMGC
- Timestamp:
- Nov 5, 2008 3:31:46 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 38832
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMGC/SELMGC.cpp
r13823 r13840 86 86 if (Desc.Gen.u1Present) 87 87 { 88 Log(("selmGCSyncGDTEntry: Sel=%d Desc=%.8 Vhxs: detected conflict!!\n", Sel, &Desc));88 Log(("selmGCSyncGDTEntry: Sel=%d Desc=%.8Rhxs: detected conflict!!\n", Sel, &Desc)); 89 89 return VINF_SELM_SYNC_GDT; 90 90 } 91 Log(("selmGCSyncGDTEntry: Sel=%d Desc=%.8 Vhxs: potential conflict (still not present)!\n", Sel, &Desc));91 Log(("selmGCSyncGDTEntry: Sel=%d Desc=%.8Rhxs: potential conflict (still not present)!\n", Sel, &Desc)); 92 92 93 93 /* Note: we can't continue below or else we'll change the shadow descriptor!! */
Note:
See TracChangeset
for help on using the changeset viewer.