- Timestamp:
- Sep 21, 2007 2:10:37 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/VMMR0.cpp
r4953 r4954 594 594 STAM_COUNTER_INC(&pVM->vmm.s.StatRunGC); 595 595 596 #ifndef RT_OS_WINDOWS /* test on other platforms */597 /* We must disable interrupts here */598 RTCCUINTREG uFlags = ASMIntDisableFlags();599 #endif600 596 int rc = HWACCMR0Enable(pVM); 601 597 if (VBOX_SUCCESS(rc)) … … 612 608 } 613 609 pVM->vmm.s.iLastGCRc = rc; 614 615 #ifndef RT_OS_WINDOWS /* test on other platforms */616 ASMSetFlags(uFlags);617 #endif618 610 619 611 #ifdef VBOX_WITH_STATISTICS
Note:
See TracChangeset
for help on using the changeset viewer.