pub fn pop_frame_restore<E>(
into: &mut E,
amt: impl Into<u16>,
regs: impl Into<UpperRegSet<XReg>>,
)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.