VirtualBox

Changeset 20791 in vbox


Ignore:
Timestamp:
Jun 22, 2009 4:22:26 PM (16 years ago)
Author:
vboxsync
Message:

SUPR3PageProtect: don't call mprotect on locked memory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPLib.cpp

    r20528 r20791  
    11641164     * (Yea, this isn't very nice, but just try get the job done for now.)
    11651165     */
     1166#if !defined(RT_OS_SOLARIS)
    11661167    RTMemProtect((uint8_t *)pvR3 + off, cb, fProt);
     1168#endif
    11671169
    11681170    SUPPAGEPROTECT Req;
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