1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-13 10:02:38 +00:00

Adjust a test case and make it more jump optimization neutral for JIT case.

This commit is contained in:
Jung-uk Kim 2010-04-23 22:42:49 +00:00
parent c805ff09d5
commit ed9dd82fa2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=207135

View File

@ -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 */