Changeset 20984 in vbox
- Timestamp:
- Jun 26, 2009 3:21:07 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/VMMR0.cpp
r20981 r20984 608 608 RTCCUINTREG uFlags = ASMIntDisableFlags(); 609 609 #endif 610 ASMAtomicWriteU32(&pVCpu->idHostCpu, NIL_RTCPUID);610 ASMAtomicWriteU32(&pVCpu->idHostCpu, RTMpCpuId()); 611 611 612 612 #ifdef LOG_ENABLED
Note:
See TracChangeset
for help on using the changeset viewer.

