Searched defs:pFunctionRec (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DPATM.cpp1184 PPATMPATCHREC pFunctionRec = patmQueryFunctionPatch(pVM, pRec->pTargetGC); local
1185 if (!pFunctionRec)
1219 Log(("Patch block %RRv called as function\n", pFunctionRec->patch.pPrivInstrGC));
1220 pFunctionRec->patch.flags |= PATMFL_CODE_REFERENCED;

Completed in 63 milliseconds