Skip to main content

execute

Function execute 

Source
pub fn execute<Memory, IF>(
    state: &mut Rv64InterpreterState<<ContractInstruction as Instruction>::Reg, Memory, IF, NoopRv64SystemInstructionHandler<Rv64Instruction<<ContractInstruction as Instruction>::Reg>>, &'static str>,
) -> Result<(), ExecutionError<u64, ContractInstruction, &'static str>>
where Memory: VirtualMemory, IF: InstructionFetcher<ContractInstruction, Memory, &'static str>,
Expand description