Skip to main content

jit_call_function

Function jit_call_function 

Source
pub extern "C" fn jit_call_function(
    ctx: *mut JITContext,
    function_id: u16,
    _args: *const u64,
    _arg_count: usize,
) -> u64
Expand description

Call a function by function_id Stack reads args from ctx.stack before the call