X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "Rod Pemberton" Newsgroups: comp.os.msdos.djgpp Subject: Re: calling a RM function which is placed below 1 MB Date: Thu, 24 Jul 2008 17:50:10 -0400 Organization: Aioe.org NNTP Server Lines: 13 Message-ID: References: NNTP-Posting-Host: mQokHQeKeRC37oD/Mq9UYg.user.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Complaints-To: abuse AT aioe DOT org X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1914 X-Newsreader: Microsoft Outlook Express 6.00.2800.1914 X-Priority: 3 X-MSMail-Priority: Normal To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Eph" wrote in message news:f78b8a9f-b3ff-4ab6-b95b-151c822873f7 AT b1g2000hsg DOT googlegroups DOT com... > Thx for your hint. I thought: > > memset(®s, 0, sizeof(__dpmi_regs)); > > Zeros it all so this should not matter isn't it? Oh! Yes, sorry, overlooked that second memset() or forgot about after it checking the doc's... :( RP