[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] Recent changes segfault on Linux ARM
From: |
Daniel Glöckner |
Subject: |
Re: [Tinycc-devel] Recent changes segfault on Linux ARM |
Date: |
Wed, 1 May 2013 16:40:00 +0200 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
On Fri, Apr 26, 2013 at 10:58:39PM +0200, Daniel Glöckner wrote:
> There are two things broken in the code generated by TCC:
> First of all TCC thinks it has to return the structure in
> memory pointed to by r0 and second it gets confused about where
> it stored r0 and instead reads the first float from the stack
> and interpretes that as a pointer.
The latter should be fixed by the one-liner I just committed.
Daniel
- Re: [Tinycc-devel] Recent changes segfault on Linux ARM,
Daniel Glöckner <=