Re: Bugs in Inline Assembly
Re: Bugs in Inline Assembly
- Subject: Re: Bugs in Inline Assembly
- From: Eric Albert <email@hidden>
- Date: Sun, 19 Mar 2006 12:57:22 -0800
On Mar 19, 2006, at 8:37 AM, Mark Suska wrote:
5.) Intel register bp (ebp) can't be used at all.
Function foo2() shows this.
Does anyone know how to deal with these issues?
I'd suggest filing bug reports to track these. One bug report per
issue, please, so we can track each issue separately.
As for (5), the workaround is compile the file with
-fomit-frame-pointer. This will make any functions defined in that
file undebuggable for source debugging -- assembly debugging will still
work -- so it isn't a solution for your whole project or for C
functions that you want to debug, but it should at least let you use
ëp in inline asm.
Hope this helps,
Eric
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden