Changeset 41070 in vbox for trunk/src/VBox/Runtime/r0drv/darwin
- Timestamp:
- Apr 26, 2012 12:04:24 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77638
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/darwin/memobj-r0drv-darwin.cpp
r41069 r41070 508 508 } 509 509 510 #if 0/* Experimental code. */510 #if 1 /* Experimental code. */ 511 511 if (fExecutable) 512 512 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.