VirtualBox

Changeset 20637 in vbox


Ignore:
Timestamp:
Jun 16, 2009 3:22:10 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
48719
Message:

Changed 48710

File:
1 edited

Legend:

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

    r20633 r20637  
    14951495        }
    14961496        else
     1497        {
    14971498            AssertRC(rc);
     1499            return HWACCMR3IsActive(pVCpu) ? VINF_EM_RESCHEDULE_HWACC : VINF_EM_RESCHEDULE_REM; /* (Heed the halted state if this is changed!) */
     1500        }
    14981501#else
    14991502        if (HWACCMR3IsActive(pVM))
     
    15201523
    15211524    /* Fall back to the recompiler */
    1522     return HWACCMR3IsActive(pVCpu) ? VINF_EM_RESCHEDULE_HWACC : VINF_EM_RESCHEDULE_REM; /* (Heed the halted state if this is changed!) */
     1525    return VINF_EM_RESCHEDULE_REM; /* (Heed the halted state if this is changed!) */
    15231526}
    15241527
Note: See TracChangeset for help on using the changeset viewer.

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