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

/vbox/src/VBox/VMM/VMMR3/
H A DDBGFCpu.cpp102 bool fIn64BitCode; local
103 int rc = VMR3ReqPriorityCallWaitU(pUVM, idCpu, (PFNRT)dbgfR3CpuIn64BitCode, 3, pUVM->pVM, idCpu, &fIn64BitCode);
106 return fIn64BitCode;

Completed in 47 milliseconds