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

pub unsafe fn load_gs(sel: SegmentSelector)

Reload gs segment register.

Safety

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