mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 01:48:21 -07:00
Forgot taskswitch DR7 clearing
This commit is contained in:
@@ -2469,6 +2469,7 @@ taskswitch286(uint16_t seg, uint16_t *segdat, int is32)
|
||||
tr.limit = limit;
|
||||
tr.access = segdat[2] >> 8;
|
||||
tr.ar_high = segdat[3] & 0xff;
|
||||
dr[7] &= 0xFFFFFFAA;
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user