Changeset 106433 in vbox for trunk/src/VBox/Runtime/r0drv/nt/spinlock-r0drv-nt.cpp
- Timestamp:
- Oct 17, 2024 11:37:24 AM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/nt/spinlock-r0drv-nt.cpp
r106061 r106433 46 46 #if defined(RT_ARCH_AMD64) || defined(RT_ARCH_X86) 47 47 # include <iprt/asm-amd64-x86.h> 48 #elif defined(RT_ARCH_ARM64) || defined(RT_ARCH_ARM32) 49 # include <iprt/asm-arm.h> 48 50 #endif 49 51 #include <iprt/assert.h>
Note:
See TracChangeset
for help on using the changeset viewer.