1
0
Fork 0

No big in segment structure anymore

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1154
This commit is contained in:
Sjoerd van der Berg 2003-07-26 10:34:49 +00:00
parent 0cce18012d
commit 6be6e65e93

View file

@ -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];
};