mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
Revert "SVN r3949", fixes hanging on Windows RT
This reverts commit 2ff361fed3
.
This commit is contained in:
@@ -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];
|
||||
|
Reference in New Issue
Block a user