Changeset 87235 in vbox for trunk/src/VBox/HostDrivers/Support/testcase/tstInt.cpp
- Timestamp:
- Jan 13, 2021 12:41:05 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/testcase/tstInt.cpp
r85506 r87235 35 35 #include <iprt/errcore.h> 36 36 #include <VBox/param.h> 37 #include <iprt/asm-amd64-x86.h> 37 #if defined(RT_ARCH_AMD64) || defined(RT_ARCH_X86) 38 # include <iprt/asm-amd64-x86.h> 39 #else 40 # define ASMReadTSC RTTimeSystemNanoTS 41 #endif 38 42 #include <iprt/initterm.h> 39 43 #include <iprt/stream.h>
Note:
See TracChangeset
for help on using the changeset viewer.