VirtualBox

Changeset 13840 in vbox for trunk/src/VBox/VMM/VMMGC


Ignore:
Timestamp:
Nov 5, 2008 3:31:46 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
38832
Message:

Hex format types (Vhx[sd] -> Rhx[sd]).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMGC/SELMGC.cpp

    r13823 r13840  
    8686        if (Desc.Gen.u1Present)
    8787        {
    88             Log(("selmGCSyncGDTEntry: Sel=%d Desc=%.8Vhxs: detected conflict!!\n", Sel, &Desc));
     88            Log(("selmGCSyncGDTEntry: Sel=%d Desc=%.8Rhxs: detected conflict!!\n", Sel, &Desc));
    8989            return VINF_SELM_SYNC_GDT;
    9090        }
    91         Log(("selmGCSyncGDTEntry: Sel=%d Desc=%.8Vhxs: potential conflict (still not present)!\n", Sel, &Desc));
     91        Log(("selmGCSyncGDTEntry: Sel=%d Desc=%.8Rhxs: potential conflict (still not present)!\n", Sel, &Desc));
    9292
    9393        /* Note: we can't continue below or else we'll change the shadow descriptor!! */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette