VirtualBox

Changeset 1373 in vbox for trunk/src/VBox/VMM/PATM


Ignore:
Timestamp:
Mar 9, 2007 1:40:13 PM (18 years ago)
Author:
vboxsync
Message:

Assertion message added.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PATM/PATM.cpp

    r1359 r1373  
    39563956    {
    39573957        RTGCPTR pInstrGCFlat = SELMToFlat(pVM, pCtx->eflags, pCtx->cs, &pCtx->csHid, pInstrGC);
    3958         Assert(pInstrGCFlat == pInstrGC);
     3958        AssertMsg(pInstrGCFlat == pInstrGC, ("%04x:%VGv != %VGx eflags=%08x\n", pCtx->cs, pInstrGCFlat, pInstrGC));
    39593959    }
    39603960#endif
Note: See TracChangeset for help on using the changeset viewer.

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