1
0
Fork 0

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:
Peter Veenstra 2015-10-20 16:19:45 +00:00
parent 53a38b773a
commit b2bcdaf1ef

View file

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