pulley_interpreter::encode

Function pop_frame_restore

Source
pub fn pop_frame_restore<E>(
    into: &mut E,
    amt: impl Into<u32>,
    regs: impl Into<RegSet<XReg>>,
)
where E: Extend<u8>,
Available on crate feature encode only.
Expand description

Inverse of push_frame_save. Restores regs from the top of the stack, then runs stack_free32 amt, then runs pop_frame.