Fix a small style problem and add a __packed pragma for safety.
This commit is contained in:
parent
e8c3bb6966
commit
348c9a5668
@ -302,7 +302,7 @@ struct MCFGbody {
|
||||
uint8_t start; /* Starting bus number */
|
||||
uint8_t end; /* Ending bus number */
|
||||
uint8_t rsvd[4]; /* Reserved */
|
||||
} s[];
|
||||
} s[1] __packed;
|
||||
} __packed;
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user