Changeset 45794 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Apr 28, 2013 9:43:28 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 85362
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/dbgf.h
r45006 r45794 1348 1348 #define DBGFREGSUBFIELD_RW_SG(a_szName, a_cBits, a_cShift, a_pfnGet, a_pfnSet) \ 1349 1349 { a_szName, 0 /*iFirstBit*/, a_cBits, a_cShift, 0 /*fFlags*/, a_pfnGet, a_pfnSet } 1350 /** Macro for creating a read-only sub-field entry without getters. */ 1351 #define DBGFREGSUBFIELD_RO(a_szName, a_iFirstBit, a_cBits, a_cShift) \ 1352 { a_szName, a_iFirstBit, a_cBits, a_cShift, DBGFREGSUBFIELD_FLAGS_READ_ONLY, NULL /*pfnGet*/, NULL /*pfnSet*/ } 1350 1353 /** Macro for creating a terminator sub-field entry. */ 1351 1354 #define DBGFREGSUBFIELD_TERMINATOR() \
Note:
See TracChangeset
for help on using the changeset viewer.