VirtualBox

Changeset 45628 in vbox for trunk/src


Ignore:
Timestamp:
Apr 19, 2013 7:13:55 AM (12 years ago)
Author:
vboxsync
Message:

VMM: build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PATMAll.cpp

    r45620 r45628  
    259259VMM_INT_DECL(RCPTRTYPE(PPATMGCSTATE)) PATMGetGCState(PVM pVM)
    260260{
    261     AssertReturn(!HMIsEnabled(pVM), NULL);
     261    AssertReturn(!HMIsEnabled(pVM), NIL_RTRCPTR);
    262262    return pVM->patm.s.pGCStateGC;
    263263}
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