Delete a patch

Adjust typesetting of code
This commit is contained in:
Frans Kaashoek 2018-08-30 15:45:16 -04:00
parent e559fd2c5a
commit 2c73068e82
3 changed files with 4 additions and 154 deletions

2
mmu.h
View file

@ -144,7 +144,6 @@ struct taskstate {
ushort iomb; // I/O map base address
};
// PAGEBREAK: 12
// Gate descriptors for interrupts and traps
struct gatedesc {
uint off_15_0 : 16; // low 16 bits of offset in segment
@ -180,4 +179,3 @@ struct gatedesc {
}
#endif