Re: i386 inline-asm string functions - some questions
Denis Zaitsev <[email protected]> Thu, 25 Dec 2003 07:08:56 +0500
| Newsgroups | org.kernel.vger.linux-gcc |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Dec 24, 2003 at 05:53:53PM -0800, Richard Henderson wrote: > Because "m" implies (1) that the address must be valid and > (2) that the address is used. Ok. What's wrong here for the typical string function? _May be_ (1), but in this case we'll get SIGSEGV and oter issues will lose a sense...