VirtualBox

Changeset 15854 in vbox for trunk


Ignore:
Timestamp:
Jan 8, 2009 11:00:07 AM (16 years ago)
Author:
vboxsync
Message:

Compile fixes

File:
1 edited

Legend:

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

    r15852 r15854  
    36093609    /* Check if we've been running too long. */
    36103610    if (    rc == VINF_SUCCESS
    3611         &&  RTTimeNanoTS() - pVM->hwaccm.s.u64TimeEntry >= 2000000
     3611        &&  RTTimeNanoTS() - pVCpu->hwaccm.s.u64TimeEntry >= 2000000)
    36123612    {
    36133613        return VINF_VMX_PREEMPT_PENDING;
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