[][src]Function x86_64::instructions::segmentation::load_ss

pub unsafe fn load_ss(sel: SegmentSelector)

Reload stack segment register.

Safety

This function is unsafe because the caller must ensure that sel is a valid stack segment descriptor.