You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
interpreter_result is "Ok(0x100000000)", but expected_result is "Ok(0)".
Could the problem be here? "ebpf::MOV32_IMM => self.reg[dst] = insn.imm as u32 as u64,"
The text was updated successfully, but these errors were encountered:
In this test case, the expected value does not match the output value.
interpreter_result is "Ok(0x100000000)", but expected_result is "Ok(0)".
Could the problem be here? "ebpf::MOV32_IMM => self.reg[dst] = insn.imm as u32 as u64,"
The text was updated successfully, but these errors were encountered: