VirtualBox

Changeset 74791 in vbox for trunk/src/recompiler


Ignore:
Timestamp:
Oct 12, 2018 10:44:17 AM (6 years ago)
Author:
vboxsync
Message:

vm.h,VMM,REM: s/VM_FF_IS_PENDING/VM_FF_IS_ANY_SET/g to emphasize the plurality of the flags argument and encourage using VM_FF_IS_SET. bugref:9180

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/VBoxRecompiler.c

    r74789 r74791  
    11631163             */
    11641164            case EXCP_SINGLE_INSTR:
    1165                 if (   !VM_FF_IS_PENDING(pVM, VM_FF_ALL_REM_MASK)
     1165                if (   !VM_FF_IS_ANY_SET(pVM, VM_FF_ALL_REM_MASK)
    11661166                    && !VMCPU_FF_IS_ANY_SET(pVCpu, VMCPU_FF_ALL_REM_MASK))
    11671167                    continue;
     
    11961196                if (rc == VINF_EM_DBG_STEPPED)
    11971197                {
    1198                     if (   !VM_FF_IS_PENDING(pVM, VM_FF_ALL_REM_MASK)
     1198                    if (   !VM_FF_IS_ANY_SET(pVM, VM_FF_ALL_REM_MASK)
    11991199                        && !VMCPU_FF_IS_ANY_SET(pVCpu, VMCPU_FF_ALL_REM_MASK))
    12001200                        continue;
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