VirtualBox

Changeset 5400 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Oct 21, 2007 4:40:50 AM (17 years ago)
Author:
vboxsync
Message:

minor IN_GC tweak.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/TMAllVirtual.cpp

    r4592 r5400  
    111111            u64Delta = ASMReadTSC();
    112112            u64PrevNanoTS = ASMAtomicReadU64(&pVM->tm.s.u64VirtualRawPrev);
     113#ifdef IN_GC
     114            Assert(!(ASMGetFlags() & X86_EFL_IF));
     115#else
    113116            if (RT_UNLIKELY(u8ApicId != ASMGetApicId()))
    114117                continue;
     
    116119                            ||  (u32TransactionId & 1)))
    117120                continue;
     121#endif
    118122        }
    119123        break;
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