Changeset 68002 in vbox
- Timestamp:
- Jul 17, 2017 3:29:56 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 117014
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PGMInternal.h
r66831 r68002 4180 4180 * @param a_pVCpu The current CPU handle. 4181 4181 */ 4182 #define PGM_LOCK_ASSERT_OWNER_EX(a_pVM, a_pVCpu) Assert(PDMCritSectIsOwnerEx(&(a_pVM)->pgm.s.CritSectX, pVCpu))4182 #define PGM_LOCK_ASSERT_OWNER_EX(a_pVM, a_pVCpu) Assert(PDMCritSectIsOwnerEx(&(a_pVM)->pgm.s.CritSectX, a_pVCpu)) 4183 4183 4184 4184 #ifndef PGM_WITHOUT_MAPPINGS
Note:
See TracChangeset
for help on using the changeset viewer.