Changeset 22174 in vbox for trunk/src/VBox/Runtime/r0drv
- Timestamp:
- Aug 11, 2009 3:59:53 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/alloc-r0drv.cpp
r22125 r22174 273 273 { 274 274 PRTMEMHDR pHdr; 275 #ifdef RT_OS_SOLARIS /** @todo figure out why */ 276 RT_ASSERT_INTS_ON(); 277 #else 275 278 RT_ASSERT_PREEMPTIBLE(); 279 #endif 276 280 277 281 pHdr = rtMemAlloc(cb + RTR0MEM_FENCE_EXTRA, RTMEMHDR_FLAG_EXEC);
Note:
See TracChangeset
for help on using the changeset viewer.