mirror of
https://github.com/ipxe/ipxe
synced 2026-01-03 02:13:23 +03:00
[myri10ge] Fix compilation error in myri10ge_command() with gcc 4.7
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
committed by
Michael Brown
parent
37cb7c7498
commit
0e81ff2297
@@ -80,7 +80,7 @@ struct mcp_cmd {
|
||||
/* 16 */
|
||||
struct mcp_dma_addr response_addr;
|
||||
/* 24 */
|
||||
uint8_t pad[40];
|
||||
uint32_t pad[10];
|
||||
};
|
||||
typedef struct mcp_cmd mcp_cmd_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user