Revert "SVN r3949", fixes hanging on Windows RT

This reverts commit 2ff361fed3.
This commit is contained in:
driver1998
2020-02-26 00:01:45 +08:00
parent 2286ce6724
commit efb21d9e23

View File

@@ -62,7 +62,7 @@ struct Segment {
enum SegNames { es=0,cs,ss,ds,fs,gs};
struct Segments {
Bit16u val[8];
Bitu val[8];
PhysPt phys[8];
PhysPt limit[8];
bool expanddown[8];