Date: Fri, 31 Mar 2000 18:19:59 -0500 (EST) Message-Id: <200003312319.SAA07173@indy.delorie.com> From: Eli Zaretskii To: djgpp AT Delorie DOT com CC: buers AT gmx DOT de (Dieter Buerssner) In-reply-to: <8blcgk$57f8t$1@fu-berlin.de> (buers@gmx.de) Subject: Re: I'm Back... References: <38DBF7AF DOT A0786922 AT ou DOT edu> <38DC04C8 DOT 72C075C6 AT bigfoot DOT com> <38DC1398 DOT E1B15F0B AT ou DOT edu> <8bi4je$51gdn$2 AT fu-berlin DOT de> <38DCF570 DOT 4DD62F2A AT ou DOT edu> <8blcgk$57f8t$1 AT fu-berlin DOT de> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > When you temporarily change ES, and an assyncron signal will > be raised, will the signal handler see the changed ES or the > standard ES=DS? I'm not sure I understand what do you mean by "assyncron signal will be raised". If you mean a signal such as SIGFPE, SIGINT or SIGALRM, then the exception handler which converts the exception into a signal makes sure DS=SS=ES before it calls the signal handler.