VirtualBox

Changeset 22174 in vbox for trunk/src/VBox/Runtime/r0drv


Ignore:
Timestamp:
Aug 11, 2009 3:59:53 PM (15 years ago)
Author:
vboxsync
Message:

alloc-r0drv.cpp: relaxed the assertion in RTMemExecAlloc a bit.

File:
1 edited

Legend:

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

    r22125 r22174  
    273273{
    274274    PRTMEMHDR pHdr;
     275#ifdef RT_OS_SOLARIS /** @todo figure out why */
     276    RT_ASSERT_INTS_ON();
     277#else
    275278    RT_ASSERT_PREEMPTIBLE();
     279#endif
    276280
    277281    pHdr = rtMemAlloc(cb + RTR0MEM_FENCE_EXTRA, RTMEMHDR_FLAG_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