VirtualBox

Changeset 17529 in vbox for trunk/src


Ignore:
Timestamp:
Mar 7, 2009 10:06:46 AM (16 years ago)
Author:
vboxsync
Message:

build fix.

File:
1 edited

Legend:

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

    r17513 r17529  
    23102310{
    23112311#ifdef VBOX_WITH_NEW_PHYS_CODE
    2312     AssertReleaseFailed(); /** @todo */
     2312    AssertReleaseFailedReturn(VERR_NOT_IMPLEMENTED); /** @todo */
    23132313#else
    23142314    PPGM pPGM = &pVM->pgm.s;
     
    24072407{
    24082408#ifdef VBOX_WITH_NEW_PHYS_CODE
    2409     AssertReleaseFailed(); /** @todo */
     2409    AssertReleaseFailedReturn(VERR_NOT_IMPLEMENTED); /** @todo */
    24102410#else
    24112411    /*
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