mirror of
https://github.com/ipxe/ipxe
synced 2026-02-12 19:58:37 +03:00
Replace image->entry with image->priv.
This commit is contained in:
@@ -136,8 +136,8 @@ int elf_load ( struct image *image ) {
|
||||
return rc;
|
||||
}
|
||||
|
||||
/* Fill in entry point address */
|
||||
image->entry = ehdr.e_entry;
|
||||
/* Record execution entry point in image private data field */
|
||||
image->priv.phys = ehdr.e_entry;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user