pub fn generate_ckb_syscalls<DL>(
vm_id: &u64,
sg_data: &SgData<DL>,
vm_context: &VmContext<DL>,
debug_context: &DebugContext,
) -> Vec<Box<dyn Syscalls<CoreMachine>>>
Expand description
Generate RISC-V syscalls in CKB environment
pub fn generate_ckb_syscalls<DL>(
vm_id: &u64,
sg_data: &SgData<DL>,
vm_context: &VmContext<DL>,
debug_context: &DebugContext,
) -> Vec<Box<dyn Syscalls<CoreMachine>>>
Generate RISC-V syscalls in CKB environment