sim: bpf: fix mainloop extract call
The extract function takes the argbuf, not the scache.
This commit is contained in:
parent
ba2f0de216
commit
bccec180ce
@ -1,3 +1,7 @@
|
||||
2021-01-31 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* mloop.in (xextract-scache): Call SEM_ARGBUF.
|
||||
|
||||
2021-01-31 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* decode-be.c (bpfbf_ebpfbe_decode): Change TRACE_EXTRACT to
|
||||
|
@ -137,7 +137,7 @@ cat <<EOF
|
||||
insn = (((UDI) imm32) << 32) | (((UDI) off16) << 16) | (insn & 0xffff);
|
||||
}
|
||||
|
||||
extract (current_cpu, vpc, insn, sc, FAST_P);
|
||||
extract (current_cpu, vpc, insn, SEM_ARGBUF (sc), FAST_P);
|
||||
|
||||
//XXX SEM_SKIP_COMPILE (current_cpu, sc, 1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user