Changeset 46219 in vbox for trunk/src/VBox/VMM
- Timestamp:
- May 22, 2013 2:21:20 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/DBGFCpu.cpp
r46217 r46219 100 100 AssertReturn(idCpu < pUVM->pVM->cCpus, false); 101 101 102 CPUMMODEfIn64BitCode;102 bool fIn64BitCode; 103 103 int rc = VMR3ReqPriorityCallWaitU(pUVM, idCpu, (PFNRT)dbgfR3CpuIn64BitCode, 3, pUVM->pVM, idCpu, &fIn64BitCode); 104 104 if (RT_FAILURE(rc))
Note:
See TracChangeset
for help on using the changeset viewer.