Date: Sun, 15 Aug 1999 12:17:32 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: flupke cc: djgpp AT delorie DOT com Subject: Re: Is it possible to use ebp in x86 inline assembly ? In-Reply-To: <37B2DB35.B8B00A7E@club-internet.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 12 Aug 1999, flupke wrote: > Is there a way to avoid the "forbidden register spilled" error when > using ebp in inline asssmebly ? I'd expect that you need to use the -fomit-frame-pointer switch to GCC if you clobber EBP. Did you do that?