VirtualBox

Changeset 41060 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Apr 26, 2012 12:59:57 AM (13 years ago)
Author:
vboxsync
Message:

Disabled experimental honoring of the fExecutable parameter in rtR0MemObjNativeAllocWorker.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/darwin/memobj-r0drv-darwin.cpp

    r41053 r41060  
    503503                    }
    504504
    505 #if 1 /* Experimental code. */
     505#if 0 /* Experimental code. */
    506506                    if (fExecutable)
    507507                        rc = rtR0MemObjNativeProtect(&pMemDarwin->Core, 0, cb, RTMEM_PROT_READ | RTMEM_PROT_WRITE | RTMEM_PROT_EXEC);
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