VirtualBox

Changeset 52964 in vbox for trunk


Ignore:
Timestamp:
Oct 6, 2014 8:11:49 PM (10 years ago)
Author:
vboxsync
Message:

Runtime/memsafer-r3.cpp: argh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/memsafer-r3.cpp

    r52963 r52964  
    306306            SUPR3PageProtect(pvPages, NIL_RTR0PTR, 0, PAGE_SIZE, RTMEM_PROT_READ | RTMEM_PROT_WRITE);
    307307        }
    308         else if (rc == VERR_NOT_SUPPORTED || rc == VERR_INVALID_PARAMETER)
     308        else if (rc == VERR_NOT_SUPPORTED)
    309309            return VINF_SUCCESS;
    310310
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