mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-07 16:13:16 +00:00
Fix warning on i386-pc
This commit is contained in:
parent
805448e987
commit
5c62099a8f
@ -169,7 +169,7 @@ grub_pxe_recv (const struct grub_net_card *dev __attribute__ ((unused)))
|
|||||||
{
|
{
|
||||||
struct grub_pxe_undi_isr *isr;
|
struct grub_pxe_undi_isr *isr;
|
||||||
static int in_progress = 0;
|
static int in_progress = 0;
|
||||||
char *ptr, *end;
|
grub_uint8_t *ptr, *end;
|
||||||
struct grub_net_buff *buf;
|
struct grub_net_buff *buf;
|
||||||
|
|
||||||
isr = (void *) GRUB_MEMORY_MACHINE_SCRATCH_ADDR;
|
isr = (void *) GRUB_MEMORY_MACHINE_SCRATCH_ADDR;
|
||||||
|
Loading…
Reference in New Issue
Block a user