Changeset 31410 in vbox for trunk/src/VBox/VMM/VM.cpp
- Timestamp:
- Aug 5, 2010 1:51:47 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VM.cpp
r31408 r31410 578 578 pVM->aCpus[i].hNativeThread = pUVM->aCpus[i].vm.s.NativeThreadEMT; 579 579 Assert(pVM->aCpus[i].hNativeThread != NIL_RTNATIVETHREAD); 580 580 /* hNativeThreadR0 is initialized on EMT registration. */ 581 581 pUVM->aCpus[i].pVCpu = &pVM->aCpus[i]; 582 582 pUVM->aCpus[i].pVM = pVM;
Note:
See TracChangeset
for help on using the changeset viewer.