Changeset 41156 in vbox
- Timestamp:
- May 3, 2012 11:55:46 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrvTracer.cpp
r41147 r41156 2151 2151 && pCtx->cBits == pUmod->cBits)) 2152 2152 { 2153 #if 0 /* This won't work for RC modules. */ 2153 2154 RTR3PTR R3PtrProbeLoc = pUmod->R3PtrProbeLocs + iProbeLoc * pUmod->cbProbeLoc; 2154 2155 if (RT_LIKELY( (pCtx->cBits == 32 ? (RTR3PTR)pCtx->u.X86.uVtgProbeLoc : pCtx->u.Amd64.uVtgProbeLoc) 2155 2156 == R3PtrProbeLoc)) 2157 #endif 2156 2158 { 2157 2159 if (RT_LIKELY(pUmod->aProbeLocs[iProbeLoc].fEnabled))
Note:
See TracChangeset
for help on using the changeset viewer.