From: "Alexei A. Frounze" Newsgroups: comp.os.msdos.djgpp Subject: Re: either I'm stupid or GCC once again has random behaviour Date: Sun, 31 Dec 2000 21:21:11 -0500 Lines: 29 Message-ID: <92ophd$7kdsq$1@ID-57378.news.dfncis.de> References: <92o5uf$702n5$1 AT ID-57378 DOT news DOT dfncis DOT de> <978314359 DOT 13074 DOT 0 DOT nnrp-02 DOT 9e989cbe AT news DOT demon DOT co DOT uk> NNTP-Posting-Host: nas-203-254.rochester.navipath.net (64.20.203.254) X-Trace: fu-berlin.de 978315630 8009626 64.20.203.254 (16 [57378]) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com PAGE_SIZE is indeed a constant, but who cares? is it hard to put into ECX a variable instead of a constant? Happy New Year -- Alexei A. Frounze alexfru [AT] chat [DOT] ru frounze [AT] ece [DOT] rochester [DOT] edu http://alexfru.chat.ru http://members.xoom.com/alexfru/ http://welcome.to/pmode/ "Ian C" wrote in message news:978314359 DOT 13074 DOT 0 DOT nnrp-02 DOT 9e989cbe AT news DOT demon DOT co DOT uk... > > [snipped] > > I'm only guessing, but I'd imagine that (assuming that PAGE_SIZE is a > #define) that the last one is not being inlined as the 3rd parameter > isn't a constant. > > Hope that helps. > > > Ian C > >