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

pub unsafe fn load_ss(sel: SegmentSelector)
Expand description

Reload stack segment register.

Safety

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