- Timestamp:
- Aug 24, 2009 3:58:05 PM (15 years ago)
- Location:
- trunk/src/VBox/Runtime/r0drv/solaris
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/solaris/thread-r0drv-solaris.c
r22418 r22419 165 165 { 166 166 AssertPtr(pState); 167 Assert(pState->uOldPil != UINT32_MAX) 167 Assert(pState->uOldPil != UINT32_MAX); 168 168 RT_ASSERT_PREEMPT_CPUID_RESTORE(pState); 169 169 -
trunk/src/VBox/Runtime/r0drv/solaris/vbi/thread-r0drv-solaris.c
r22418 r22419 138 138 { 139 139 AssertPtr(pState); 140 Assert(pState->uOldPil != UINT32_MAX) 140 Assert(pState->uOldPil != UINT32_MAX); 141 141 RT_ASSERT_PREEMPT_CPUID_RESTORE(pState); 142 142
Note:
See TracChangeset
for help on using the changeset viewer.