Changeset 47639 in vbox
- Timestamp:
- Aug 9, 2013 1:20:39 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/darwin/threadpreempt-r0drv-darwin.cpp
r45540 r47639 110 110 uint32_t const fAstPending = *pfAstPending; 111 111 112 AssertMsg(!(fAstPending & UINT32_C(0xffff f000)), ("%#x\n", fAstPending));112 AssertMsg(!(fAstPending & UINT32_C(0xffff8000)), ("%#x\n", fAstPending)); 113 113 return (fAstPending & (AST_PREEMPT | AST_QUANTUM | AST_URGENT)) != 0; 114 114 }
Note:
See TracChangeset
for help on using the changeset viewer.