mirror of
https://github.com/mborgerson/xemu.git
synced 2026-05-12 20:33:21 +00:00
linux-user: Remove regs parameter of load_elf_binary and load_flt_binary
The regs parameter is not used anywhere, so remove it. Signed-off-by: Will Newton <will.newton@linaro.org> Reviewed-by: Erik de Castro Lopo <erikd@mega-nerd.com> Reviewed-by: Andreas Färber <afaerber@suse.de> Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
This commit is contained in:
@ -704,8 +704,7 @@ static int load_flat_shared_library(int id, struct lib_info *libs)
|
||||
|
||||
#endif /* CONFIG_BINFMT_SHARED_FLAT */
|
||||
|
||||
int load_flt_binary(struct linux_binprm * bprm, struct target_pt_regs * regs,
|
||||
struct image_info * info)
|
||||
int load_flt_binary(struct linux_binprm *bprm, struct image_info *info)
|
||||
{
|
||||
struct lib_info libinfo[MAX_SHARED_LIBS];
|
||||
abi_ulong p = bprm->p;
|
||||
|
||||
Reference in New Issue
Block a user