Fix a small style problem and add a __packed pragma for safety.

This commit is contained in:
Scott Long 2005-02-17 21:09:26 +00:00
parent e8c3bb6966
commit 348c9a5668

View File

@ -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;
/*