mirror of
https://github.com/ipxe/ipxe
synced 2025-12-14 16:01:38 +03:00
initialise() doesn't take regs
This commit is contained in:
@@ -134,8 +134,8 @@ POST_RELOC_FN ( POST_RELOC_LIBRM, librm_post_reloc );
|
|||||||
void initialise_via_librm ( struct i386_all_regs *regs ) {
|
void initialise_via_librm ( struct i386_all_regs *regs ) {
|
||||||
char *new_librm;
|
char *new_librm;
|
||||||
|
|
||||||
/* Hand off to arch_initialise() */
|
/* Hand off to initialise() */
|
||||||
initialise ( regs );
|
initialise ();
|
||||||
|
|
||||||
/* Uninstall current librm (i.e. the one that's part of the
|
/* Uninstall current librm (i.e. the one that's part of the
|
||||||
* original, pre-relocation Etherboot image).
|
* original, pre-relocation Etherboot image).
|
||||||
|
|||||||
Reference in New Issue
Block a user