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

pub unsafe fn load_ds(sel: SegmentSelector)

Reload data segment register.

Safety

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