macro_rules! global_selector {
[$segment:ident] => { ... };
}
Expand description
Create a segment selector that points to the given descriptor field in the
GlobalDescriptorTable
.
macro_rules! global_selector {
[$segment:ident] => { ... };
}
Create a segment selector that points to the given descriptor field in the
GlobalDescriptorTable
.