Revert "Bump solana_rbpf to version v0.2.14 (#18869)"
This reverts commit 9d66458a40
.
This commit is contained in:
@@ -205,8 +205,8 @@ native machine code before execting it in the virtual machine.",
|
||||
.unwrap();
|
||||
|
||||
if matches.is_present("verify") {
|
||||
let text_bytes = executable.get_text_bytes().1;
|
||||
check(text_bytes, &config).unwrap();
|
||||
let (_, elf_bytes) = executable.get_text_bytes().unwrap();
|
||||
check(elf_bytes).unwrap();
|
||||
}
|
||||
executable.jit_compile().unwrap();
|
||||
let analysis = Analysis::from_executable(executable.as_ref());
|
||||
|
Reference in New Issue
Block a user