Changeset 40076 in vbox for trunk/include/VBox
- Timestamp:
- Feb 11, 2012 2:48:43 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/dbgf.h
r39154 r40076 1278 1278 uint64_t u64; /**< The 64-bit view. */ 1279 1279 RTUINT128U u128; /**< The 128-bit view. */ 1280 RTFLOAT80U2 r80; /**< The 80-bit floating point view. */ 1280 RTFLOAT80U r80; /**< The 80-bit floating point view. */ 1281 RTFLOAT80U2 r80Ex; /**< The 80-bit floating point view v2. */ 1281 1282 /** GDTR or LDTR (DBGFREGVALTYPE_DTR). */ 1282 1283 struct
Note:
See TracChangeset
for help on using the changeset viewer.