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

pub unsafe fn load_es(sel: SegmentSelector)

Reload es segment register.

Safety

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