Changeset 19592 in vbox for trunk/src/VBox/VMM
- Timestamp:
- May 11, 2009 11:21:13 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/VMMR0.cpp
r19462 r19592 619 619 STAM_COUNTER_INC(&pVM->vmm.s.StatRunRC); 620 620 621 #if ndef RT_OS_WINDOWS/** @todo check other hosts */621 #if !defined(RT_OS_WINDOWS) && !defined(RT_OS_FREEBSD) /** @todo check other hosts */ 622 622 RTCCUINTREG uFlags = ASMIntDisableFlags(); 623 623 #endif … … 642 642 643 643 ASMAtomicWriteU32(&pVCpu->idHostCpu, NIL_RTCPUID); 644 #if ndef RT_OS_WINDOWS/** @todo check other hosts */644 #if !defined(RT_OS_WINDOWS) && !defined(RT_OS_FREEBSD) /** @todo check other hosts */ 645 645 ASMSetFlags(uFlags); 646 646 #endif
Note:
See TracChangeset
for help on using the changeset viewer.