Date: Fri, 26 Mar 1999 04:09:30 -0500 Message-Id: <199903260909.EAA22896@mescaline.gnu.org> From: Eli Zaretskii To: pavenis AT lanet DOT lv CC: djgpp-workers AT delorie DOT com In-reply-to: (pavenis@lanet.lv) Subject: Re: Debugging support in DJGPP References: <199903242124 DOT QAA27930 AT delorie DOT com> (message from Robert Hoehne on Wed, 24 Mar 1999 22:27:49 +0100) Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk From: "Andris Pavenis" I don't think it's trivial as v2loadimage() gets length of command line as first byte of it and unless we are going to change this (and all places where v2loadimage() is called) only way is to do it in places where v2loadimage is used. I did say this is non-trivial, did I? Otherwise, it would have been solved a long time ago. ;-) However, it's hardly a rocket science. You do need to change either the calling sequence of v2loadimage or the code that calls it, though.