Function call [src]

Prototype

pub fn call(helper: Helper) Insn

Parameters

helper: Helper

Source

pub fn call(helper: Helper) Insn { return Insn{ .code = JMP | CALL, .dst = 0, .src = 0, .off = 0, .imm = @intFromEnum(helper), }; }