VirtualBox

Changeset 1635 in vbox for trunk


Ignore:
Timestamp:
Mar 22, 2007 5:20:05 PM (18 years ago)
Author:
vboxsync
Message:

warnings.

File:
1 edited

Legend:

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

    r1583 r1635  
    20382038CSAMR3DECL(int) CSAMR3CheckCodeEx(PVM pVM, RTSEL Sel, CPUMSELREGHID *pHiddenSel, RTGCPTR pInstrGC)
    20392039{
    2040     PCSAMPAGE pPage = NULL;
    2041 
    20422040    if (EMIsRawRing0Enabled(pVM) == false || PATMIsPatchGCAddr(pVM, pInstrGC) == true)
    20432041    {
     
    20562054
    20572055        //assuming 32 bits code for now
    2058         Assert(fCode32);
     2056        Assert(fCode32); NOREF(fCode32);
    20592057
    20602058        pInstrGC = SELMToFlat(pVM, fakeflags, Sel, pHiddenSel, pInstrGC);
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