Changeset 61371 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Jun 1, 2016 12:58:24 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IOMInternal.h
r60874 r61371 418 418 RTGCPHYS GCPhys; 419 419 /** The value to write. */ 420 uint8_t abValue[ 24];420 uint8_t abValue[128]; 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.