mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Adjust a test case and make it more jump optimization neutral for JIT case.
This commit is contained in:
parent
c805ff09d5
commit
ed9dd82fa2
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
/* BPF program */
|
||||
struct bpf_insn pc[] = {
|
||||
BPF_JUMP(BPF_JMP+BPF_JA, 0, 0, 0),
|
||||
BPF_STMT(BPF_LD|BPF_IMM, 0),
|
||||
};
|
||||
|
||||
/* Packet */
|
||||
|
|
|
|||
Loading…
Reference in a new issue