VirtualBox

Changeset 83577 in vbox for trunk/src/VBox/Devices/Storage


Ignore:
Timestamp:
Apr 5, 2020 10:59:08 PM (5 years ago)
Author:
vboxsync
Message:

DevVirtioSCSI.cpp: build fix. bugref:9440

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DevVirtioSCSI.cpp

    r83574 r83577  
    11281128    {
    11291129        /*VIRTIOSCSI_REQ_CMD_T    ReqCmd; - not needed */
    1130         struct
     1130        RT_GCC_EXTENSION struct
    11311131        {
    11321132            REQ_CMD_HDR_T       ReqHdr;
    11331133            uint8_t             abCdb[VIRTIOSCSI_CDB_SIZE_MAX];
    1134         };
     1134        } ;
    11351135        uint8_t                 ab[sizeof(REQ_CMD_HDR_T) + VIRTIOSCSI_CDB_SIZE_MAX];
    11361136        uint64_t                au64Align[(sizeof(REQ_CMD_HDR_T) + VIRTIOSCSI_CDB_SIZE_MAX) / sizeof(uint64_t)];
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette