Changeset 41050 in vbox for trunk/src/VBox/Runtime/testcase
- Timestamp:
- Apr 25, 2012 10:10:16 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77614
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTDarwinMachKernel.cpp
r40856 r41050 5 5 6 6 /* 7 * Copyright (C) 2011 Oracle Corporation7 * Copyright (C) 2011-2012 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 46 46 "dtrace_register", 47 47 "dtrace_suspend", 48 "kext_alloc", 49 "kext_free", 50 "vm_map_protect" 48 51 }; 49 52 for (unsigned i = 0; i < RT_ELEMENTS(s_apszSyms); i++)
Note:
See TracChangeset
for help on using the changeset viewer.