VirtualBox

Changeset 47639 in vbox


Ignore:
Timestamp:
Aug 9, 2013 1:20:39 PM (11 years ago)
Author:
vboxsync
Message:

RTThreadPreemptIsPending/darwin: Seems three more bits have been added in 10.9.

File:
1 edited

Legend:

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

    r45540 r47639  
    110110    uint32_t  const    fAstPending = *pfAstPending;
    111111
    112     AssertMsg(!(fAstPending & UINT32_C(0xfffff000)), ("%#x\n", fAstPending));
     112    AssertMsg(!(fAstPending & UINT32_C(0xffff8000)), ("%#x\n", fAstPending));
    113113    return (fAstPending & (AST_PREEMPT | AST_QUANTUM | AST_URGENT)) != 0;
    114114}
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