5253545556575859606162
pi++; i = program.getCode()[pi]; switch (i.getCode()) { default: throw new IllegalInstructionException( "Illegal BPF instruction encountered: opcode=" + i.getCode() + " at OP index=" + pi); case BPFCode.RET | BPFCode.K: return i.k;
294295296297298299300301302303304