Changeset 41060 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Apr 26, 2012 12:59:57 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/darwin/memobj-r0drv-darwin.cpp
r41053 r41060 503 503 } 504 504 505 #if 1/* Experimental code. */505 #if 0 /* Experimental code. */ 506 506 if (fExecutable) 507 507 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.