[][src]Constant solana_rbpf::ebpf::JNE_REG

pub const JNE_REG: u8

BPF opcode: jne dst, src, +off /// PC += off if dst != src.