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

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