Changeset 77126 in vbox
- Timestamp:
- Feb 1, 2019 4:10:27 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 128584
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VMMDev/VMMDevHGCM.cpp
r77056 r77126 2385 2385 } 2386 2386 2387 AssertCompile( (uintptr_t)NIL_RTMEMCACHE ==0);2387 AssertCompile(NIL_RTMEMCACHE == (RTMEMCACHE)0); 2388 2388 if (pThis->hHgcmCmdCache != NIL_RTMEMCACHE) 2389 2389 { -
trunk/src/VBox/VMM/VMMR0/GVMMR0.cpp
r76553 r77126 1264 1264 #endif 1265 1265 1266 AssertCompile( (uintptr_t)NIL_RTTHREADCTXHOOK ==0); /* Depends on zero initialized memory working for NIL at the moment. */1266 AssertCompile(NIL_RTTHREADCTXHOOK == (RTTHREADCTXHOOK)0); /* Depends on zero initialized memory working for NIL at the moment. */ 1267 1267 for (VMCPUID idCpu = 0; idCpu < pGVM->cCpus; idCpu++) 1268 1268 {
Note:
See TracChangeset
for help on using the changeset viewer.