Changeset 99563 in vbox
- Timestamp:
- May 2, 2023 10:50:14 AM (17 months ago)
- File:
-
- 1 edited
-
trunk/include/iprt/asm.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/asm.h
r99131 r99563 6820 6820 # else 6821 6821 int32_t offBitmap = iBit / 32; 6822 AssertRelease(!((uintptr_t)pvBitmap & (sizeof(uint ptr_t) - 1))); /* This assumes a power of two uintptr_t size. */6822 AssertRelease(!((uintptr_t)pvBitmap & (sizeof(uint32_t) - 1))); 6823 6823 rc.u32 = RT_LE2H_U32(ASMAtomicUoReadU32(&((uint32_t volatile *)pvBitmap)[offBitmap])) >> (iBit & 31); 6824 6824 rc.u32 &= 1;
Note:
See TracChangeset
for help on using the changeset viewer.

