mirror of
https://github.com/ipxe/ipxe
synced 2025-12-25 17:12:40 +03:00
Fixes for gcc >= 3.2 from Georg Baum
This commit is contained in:
@@ -19,7 +19,7 @@ struct free_base_memory_header {
|
||||
};
|
||||
|
||||
union free_base_memory_block {
|
||||
struct free_base_memory_header;
|
||||
struct free_base_memory_header header;
|
||||
char bytes[1024];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user