Changeset 60854 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- May 5, 2016 6:18:02 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IOMInternal.h
r60849 r60854 418 418 RTGCPHYS GCPhys; 419 419 /** The value to write. */ 420 uint8_t abValue[ 16];420 uint8_t abValue[24]; 421 421 /** The number of bytes to write (0 if nothing pending). */ 422 422 uint32_t cbValue;
Note:
See TracChangeset
for help on using the changeset viewer.