Singlular syscall context (#24204)
This commit is contained in:
@ -292,11 +292,13 @@ native machine code before execting it in the virtual machine.",
|
||||
_ => {}
|
||||
}
|
||||
|
||||
invoke_context
|
||||
.set_orig_account_lengths(account_lengths)
|
||||
.unwrap();
|
||||
let mut vm = create_vm(
|
||||
&executable,
|
||||
parameter_bytes.as_slice_mut(),
|
||||
&mut invoke_context,
|
||||
&account_lengths,
|
||||
)
|
||||
.unwrap();
|
||||
let start_time = Instant::now();
|
||||
|
Reference in New Issue
Block a user