Changeset 73417 in vbox for trunk/include/VBox
- Timestamp:
- Aug 1, 2018 11:09:23 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 124039
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/dbgf.h
r73397 r73417 1866 1866 uint64_t u64Base; 1867 1867 /** The table limit (length minus 1). */ 1868 uint32_t u32Limit; 1868 uint32_t u32Limit; /**< @todo Limit should be uint16_t */ 1869 1869 } dtr; 1870 1870 } DBGFREGVAL;
Note:
See TracChangeset
for help on using the changeset viewer.