From 31cbdda460377cf6c713f982f71eb9beb4efaff0 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Mon, 24 Jan 2005 23:11:19 +0000 Subject: [PATCH] Added exception for earth siege 1 Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2101 --- src/cpu/cpu.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/cpu/cpu.cpp b/src/cpu/cpu.cpp index 3f779cac..ebb44e6c 100644 --- a/src/cpu/cpu.cpp +++ b/src/cpu/cpu.cpp @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $Id: cpu.cpp,v 1.64 2005-01-22 22:43:30 qbix79 Exp $ */ +/* $Id: cpu.cpp,v 1.65 2005-01-24 23:11:19 qbix79 Exp $ */ #include #include "dosbox.h" @@ -1620,8 +1620,8 @@ bool CPU_SetSegGeneral(SegNames seg,Bitu value) { case DESC_DATA_ED_RW_NA: case DESC_DATA_ED_RW_A: break; default: - E_Exit("CPU_SetSegGeneral: Stack segment not writable"); -// return CPU_PrepareException(EXCEPTION_GP,value & 0xfffc); + //Earth Siege 1 + return CPU_PrepareException(EXCEPTION_GP,value & 0xfffc); } if (!desc.saved.seg.p) {