Fix bug #349 dynrec endianness unsafe access to Segs.val[x]
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3949
This commit is contained in:
parent
53a38b773a
commit
b2bcdaf1ef
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ struct Segment {
|
|||
enum SegNames { es=0,cs,ss,ds,fs,gs};
|
||||
|
||||
struct Segments {
|
||||
Bitu val[8];
|
||||
Bit16u val[8];
|
||||
PhysPt phys[8];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue