to_syscall

Function to_syscall 

Source
pub fn to_syscall(
    inst: &Inst2,
    syscalls: &BTreeMap<String, u32>,
) -> Result<SyscallInst>