mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
whoops
This commit is contained in:
@@ -4188,7 +4188,7 @@ bool CPU_SYSEXIT() {
|
||||
cpu.code.big = true;
|
||||
cpu.cpl = 3;
|
||||
|
||||
Segs.val[ss] = (cpu_sep_cs | 3) + 0x8; /* Yes, really. Look it up in Intel's documentation */
|
||||
Segs.val[ss] = (cpu_sep_cs | 3) + 0x18; /* Yes, really. Look it up in Intel's documentation */
|
||||
Segs.phys[ss] = 0;
|
||||
Segs.limit[ss] = 0xFFFFFFFF;
|
||||
Segs.expanddown[ss] = false;
|
||||
|
Reference in New Issue
Block a user