Skip to content
Snippets Groups Projects
Commit b8912d99 authored by Russ Cox's avatar Russ Cox
Browse files

mmu.h: unused SEG_NULL

parent f9a06440
Branches
No related tags found
No related merge requests found
......@@ -41,9 +41,6 @@ struct segdesc {
uint base_31_24 : 8; // High bits of segment base address
};
// Null segment
#define SEG_NULL (struct segdesc){ 0,0,0,0,0,0,0,0,0,0,0,0,0 }
// Normal segment
#define SEG(type, base, lim, dpl) (struct segdesc) \
{ ((lim) >> 12) & 0xffff, (base) & 0xffff, ((base) >> 16) & 0xff, \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment