VirtualBox

Changeset 8843 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
May 15, 2008 11:16:29 AM (17 years ago)
Author:
vboxsync
Message:

Correction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp

    r8842 r8843  
    16541654    }
    16551655    Assert(rc == VERR_REM_FLUSHED_PAGES_OVERFLOW);
    1656     return rc;
     1656    return (rc == VERR_REM_FLUSHED_PAGES_OVERFLOW) ? VERR_EM_INTERPRETER : rc;
    16571657}
    16581658
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