diff --git a/include/regs.h b/include/regs.h index c95e529d..a3a266f0 100644 --- a/include/regs.h +++ b/include/regs.h @@ -64,7 +64,6 @@ struct Segment { enum SegNames { es=0,cs,ss,ds,fs,gs}; struct Segments { - Bitu big[8]; Bitu val[8]; PhysPt phys[8]; };