Changeset 5400 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Oct 21, 2007 4:40:50 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/TMAllVirtual.cpp
r4592 r5400 111 111 u64Delta = ASMReadTSC(); 112 112 u64PrevNanoTS = ASMAtomicReadU64(&pVM->tm.s.u64VirtualRawPrev); 113 #ifdef IN_GC 114 Assert(!(ASMGetFlags() & X86_EFL_IF)); 115 #else 113 116 if (RT_UNLIKELY(u8ApicId != ASMGetApicId())) 114 117 continue; … … 116 119 || (u32TransactionId & 1))) 117 120 continue; 121 #endif 118 122 } 119 123 break;
Note:
See TracChangeset
for help on using the changeset viewer.