From 20c25e9487da0370e4c6f4ee1668d000465f9b5f Mon Sep 17 00:00:00 2001 From: Jonathan Campbell Date: Mon, 22 Nov 2021 10:44:15 -0800 Subject: [PATCH] whoops --- src/cpu/cpu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cpu/cpu.cpp b/src/cpu/cpu.cpp index 8735911ac..fde14a11f 100644 --- a/src/cpu/cpu.cpp +++ b/src/cpu/cpu.cpp @@ -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;