delorie.com/archives/browse.cgi | search |
X-Authentication-Warning: | delorie.com: mailnull set sender to djgpp-workers-bounces using -f |
From: | Martin Str|mberg <ams AT ludd DOT luth DOT se> |
Message-Id: | <200112091559.QAA23079@father.ludd.luth.se> |
Subject: | Re: Why do there appear to be two stubs in some files? |
In-Reply-To: | <006d01c18068$f173b250$0102a8c0@acceleron> from Andrew Cottrell at "Dec 9, 2001 12:02:36 pm" |
To: | djgpp-workers AT delorie DOT com |
Date: | Sun, 9 Dec 2001 16:59:33 +0100 (MET) |
X-Mailer: | ELM [version 2.4ME+ PL54 (25)] |
MIME-Version: | 1.0 |
Reply-To: | djgpp-workers AT delorie DOT com |
Errors-To: | nobody AT delorie DOT com |
X-Mailing-List: | djgpp-workers AT delorie DOT com |
X-Unsubscribes-To: | listserv AT delorie DOT com |
According to Andrew Cottrell: > The following is the change in the 2.04 stub.asm code:- > > loadloop: > mov ah, ';' ; Copy until this character > call store_env_string ; to "loadname" > or al,al ; Check terminating character << New Code > jne @f1 ; If ';', continue << New > Code > dec di ; else point at null for next pass. << New Code > @f1: << > New Code FWIW, this looks like the change that stopped the stub trying to find CWSDPMI in directories built from environment variables after the PATH variable. Right, MartinS
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |