mirror of
https://github.com/ipxe/ipxe
synced 2026-01-07 04:31:39 +03:00
[x86_64] Fix assorted 64-bit compilation errors and warnings
Remove various 32-bit assumptions scattered throughout the codebase. The code is still not necessarily 64-bit clean, but will at least compile.
This commit is contained in:
@@ -118,7 +118,7 @@ static const char hardcoded_ssid[] = "";
|
||||
typedef struct hfa384x
|
||||
{
|
||||
UINT32 iobase;
|
||||
UINT32 membase;
|
||||
void *membase;
|
||||
UINT16 lastcmd;
|
||||
UINT16 status; /* in host order */
|
||||
UINT16 resp0; /* in host order */
|
||||
|
||||
Reference in New Issue
Block a user