Changeset 56362 in vbox
- Timestamp:
- Jun 11, 2015 2:25:22 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/darwin/threadpreempt-r0drv-darwin.cpp
r56290 r56362 110 110 uint32_t const fAstPending = *pfAstPending; 111 111 112 AssertMsg(!(fAstPending & UINT32_C(0xfff f8000)), ("%#x\n", fAstPending));112 AssertMsg(!(fAstPending & UINT32_C(0xfffe0000)), ("%#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.