Changeset 82492 in vbox
- Timestamp:
- Dec 7, 2019 11:03:52 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/include/VBox/VMMDevCoreTypes.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VMMDevCoreTypes.h
r77243 r82492 373 373 * HGCM function parameter, 64-bit client. 374 374 */ 375 # pragma pack(4)/* We force structure dword packing here for hysterical raisins. Saves us 4 bytes, at the cost of376 misaligning the value64, physAddr and linearAddr members of every other parameter structure. */375 # pragma pack(4)/* We force structure dword packing here for hysterical raisins. Saves us 4 bytes, 376 at the cost of misaligning the value64 members. */ 377 377 typedef struct 378 378 {
Note:
See TracChangeset
for help on using the changeset viewer.

