VirtualBox

Changeset 20633 in vbox for trunk/src


Ignore:
Timestamp:
Jun 16, 2009 2:15:21 PM (16 years ago)
Author:
vboxsync
Message:

Corrected return code

File:
1 edited

Legend:

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

    r19856 r20633  
    15201520
    15211521    /* Fall back to the recompiler */
    1522     return VINF_EM_RESCHEDULE_REM; /* (Heed the halted state if this is changed!) */
     1522    return HWACCMR3IsActive(pVCpu) ? VINF_EM_RESCHEDULE_HWACC : VINF_EM_RESCHEDULE_REM; /* (Heed the halted state if this is changed!) */
    15231523}
    15241524
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