Skip to main content

callvalue

Function callvalue 

Source
pub fn callvalue<IT: ITy, H: ?Sized>(
    context: InstructionContext<'_, H, IT>,
) -> InstructionExecResult
Expand description

Implements the CALLVALUE instruction.

Pushes the value sent with the current call onto the stack.