Changeset 31408 in vbox for trunk/src/VBox/VMM/VM.cpp
- Timestamp:
- Aug 5, 2010 1:39:30 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VM.cpp
r31362 r31408 578 578 pVM->aCpus[i].hNativeThread = pUVM->aCpus[i].vm.s.NativeThreadEMT; 579 579 Assert(pVM->aCpus[i].hNativeThread != NIL_RTNATIVETHREAD); 580 581 /* Initialized on the fly by page fusion. */582 pVM->aCpus[i].hNativeThreadR0 = NIL_RTNATIVETHREAD;583 580 584 581 pUVM->aCpus[i].pVCpu = &pVM->aCpus[i];
Note:
See TracChangeset
for help on using the changeset viewer.