Changeset 87666 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Feb 9, 2021 5:08:04 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 142708
- Location:
- trunk/src/VBox/VMM/VMMR0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/VMMR0.cpp
r87594 r87666 54 54 #include <iprt/asm-amd64-x86.h> 55 55 #include <iprt/assert.h> 56 #include <iprt/avl.h> 56 57 #include <iprt/crc.h> 57 58 #include <iprt/mp.h> … … 150 151 struct CLANG11WEIRDNOTHROW { PFNRT pfn; } g_VMMR0Deps[] = 151 152 { 153 { (PFNRT)RTAvlU64Destroy }, 154 { (PFNRT)RTAvlU64DoWithAll }, 155 { (PFNRT)RTAvlU64Get }, 156 { (PFNRT)RTAvlU64Insert }, 157 { (PFNRT)RTAvlU64Remove }, 152 158 { (PFNRT)RTCrc32 }, 153 159 { (PFNRT)RTOnce }, -
trunk/src/VBox/VMM/VMMR0/VMMR0.def
r82968 r87666 92 92 RTAssertMsg2Weak 93 93 RTAssertShouldPanic 94 RTAvlU64Destroy 95 RTAvlU64DoWithAll 96 RTAvlU64Get 97 RTAvlU64Insert 98 RTAvlU64Remove 94 99 RTCrc32 95 100 RTOnceSlow
Note:
See TracChangeset
for help on using the changeset viewer.