VirtualBox

Changeset 48228 in vbox for trunk/src


Ignore:
Timestamp:
Sep 2, 2013 11:57:36 AM (11 years ago)
Author:
vboxsync
Message:

VMMRZ: nit.

File:
1 edited

Legend:

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

    r48227 r48228  
    223223VMMRZDECL(bool) VMMRZCallRing3IsNotificationSet(PVMCPU pVCpu)
    224224{
    225     return !(pVCpu->vmm.s.pfnCallRing3CallbackR0 == NULL);
    226 }
    227 
     225    return pVCpu->vmm.s.pfnCallRing3CallbackR0 != NULL;
     226}
     227
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