]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/xtensa/sim.c
load_elf: Remove unused address variables from callers
[mirror_qemu.git] / hw / xtensa / sim.c
index aeb46d86f5dca53125ffb896499b4fd843dd2728..cbac50db2de3e66726b5e213a1ff93022358c3ca 100644 (file)
@@ -106,9 +106,8 @@ void xtensa_sim_load_kernel(XtensaCPU *cpu, MachineState *machine)
 
     if (kernel_filename) {
         uint64_t elf_entry;
-        uint64_t elf_lowaddr;
         int success = load_elf(kernel_filename, NULL, translate_phys_addr, cpu,
-                               &elf_entry, &elf_lowaddr, NULL, NULL, big_endian,
+                               &elf_entry, NULL, NULL, NULL, big_endian,
                                EM_XTENSA, 0, 0);
 
         if (success > 0) {