Subversion Repositories HelenOS-historic

Compare Revisions

Regard whitespace Rev 124 → Rev 125

/SPARTAN/trunk/arch/ia32/src/pm.c
74,7 → 74,6
d->base_0_15 = base & 0xffff;
d->base_16_23 = ((base) >> 16) & 0xff;
d->base_24_31 = ((base) >> 24) & 0xff;
 
}
 
void gdt_setlimit(struct descriptor *d, __u32 limit)