VirtualBox

Changeset 41156 in vbox


Ignore:
Timestamp:
May 3, 2012 11:55:46 PM (13 years ago)
Author:
vboxsync
Message:

supdrvTracerUmodProbeFire: Disabled check that won't work for RC modules.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPDrvTracer.cpp

    r41147 r41156  
    21512151                      && pCtx->cBits == pUmod->cBits))
    21522152        {
     2153#if 0 /* This won't work for RC modules. */
    21532154            RTR3PTR R3PtrProbeLoc = pUmod->R3PtrProbeLocs + iProbeLoc * pUmod->cbProbeLoc;
    21542155            if (RT_LIKELY(   (pCtx->cBits == 32 ? (RTR3PTR)pCtx->u.X86.uVtgProbeLoc : pCtx->u.Amd64.uVtgProbeLoc)
    21552156                          == R3PtrProbeLoc))
     2157#endif
    21562158            {
    21572159                if (RT_LIKELY(pUmod->aProbeLocs[iProbeLoc].fEnabled))
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