sim: bpf: fix -Wunused-variable warnings

This commit is contained in:
Mike Frysinger 2023-12-15 21:47:06 -05:00
parent 4ff93a08ab
commit 4b75ed1797

View file

@ -154,7 +154,6 @@ bpf_write_u64 (SIM_CPU *cpu, bfd_vma address, uint64_t value)
static int
bpf_trace_printk (SIM_CPU *cpu)
{
va_list ap;
SIM_DESC sd = CPU_STATE (cpu);
bfd_vma fmt_address;
@ -1328,7 +1327,6 @@ sim_create_inferior (SIM_DESC sd, struct bfd *abfd,
char * const *argv, char * const *env)
{
SIM_CPU *cpu = STATE_CPU (sd, 0);
host_callback *cb = STATE_CALLBACK (sd);
bfd_vma addr;
/* Determine the start address.