VirtualBox

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

vm.h,VMM: Use VM_FF_IS_SET instead of VM_FF_IS_PENDING when checking a single flag. Added compile time assertion on single flag. bugref:9180

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/EMRaw.cpp

    r74789 r74790  
    12551255     * this check.
    12561256     */
    1257     if (VM_FF_IS_PENDING(pVM, VM_FF_PGM_NO_MEMORY))
     1257    if (VM_FF_IS_SET(pVM, VM_FF_PGM_NO_MEMORY))
    12581258        return VINF_EM_NO_MEMORY;
    12591259
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