Bump rbpf to v0.2.19 (#21880) (#21891)

* Bump rbpf to v0.2.19

Co-authored-by: Alexander Meißner <AlexanderMeissner@gmx.net>
(cherry picked from commit 509bcd2e74)

Co-authored-by: Jack May <jack@solana.com>
This commit is contained in:
mergify[bot]
2021-12-14 20:30:31 +00:00
committed by GitHub
parent 135dfdbf1e
commit 2cd2f3ba7b
11 changed files with 25 additions and 16 deletions

View File

@ -222,7 +222,7 @@ fn run_program(name: &str) -> u64 {
register_syscalls(invoke_context).unwrap(),
)
.unwrap();
executable.jit_compile().unwrap();
Executable::<BpfError, ThisInstructionMeter>::jit_compile(&mut executable).unwrap();
let mut instruction_count = 0;
let mut tracer = None;