VirtualBox

Changeset 2860 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
May 25, 2007 1:12:54 AM (18 years ago)
Author:
vboxsync
Message:

Wonder if this is what busted testboxopt... I've got the info I needed from this anyway.

File:
1 edited

Legend:

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

    r2859 r2860  
    273273#endif
    274274pVM->tm.s.u8VirtualSyncStoppedApicId = ASMGetApicId();
    275 #ifdef IN_RING0
    276 PCSUPGLOBALINFOPAGE pGip = &g_SUPGlobalInfoPage;
    277 #else
     275#ifndef IN_RING0
    278276PCSUPGLOBALINFOPAGE pGip = g_pSUPGlobalInfoPage;
    279 #endif
    280277if (pGip)
    281278{
     
    285282    pVM->tm.s.u32VirtualSyncStoppedCpuHz = (uint32_t)pCpu->u64CpuHz;
    286283}
     284#endif
    287285//debugging - remove this later - end
    288286            if (    fCheckTimers
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