VirtualBox

Changeset 4954 in vbox for trunk/src


Ignore:
Timestamp:
Sep 21, 2007 2:10:37 PM (17 years ago)
Author:
vboxsync
Message:

Accidental commit removed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/VMMR0.cpp

    r4953 r4954  
    594594            STAM_COUNTER_INC(&pVM->vmm.s.StatRunGC);
    595595
    596 #ifndef RT_OS_WINDOWS /* test on other platforms */
    597             /* We must disable interrupts here */
    598             RTCCUINTREG uFlags = ASMIntDisableFlags();
    599 #endif
    600596            int rc = HWACCMR0Enable(pVM);
    601597            if (VBOX_SUCCESS(rc))
     
    612608            }
    613609            pVM->vmm.s.iLastGCRc = rc;
    614 
    615 #ifndef RT_OS_WINDOWS /* test on other platforms */
    616             ASMSetFlags(uFlags);
    617 #endif
    618610
    619611#ifdef VBOX_WITH_STATISTICS
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette