diff options
| author | Pavlas, Zdenek <zden3k@gmail.com> | 2016-11-09 00:22:28 -0800 |
|---|---|---|
| committer | Pavlas, Zdenek <zden3k@gmail.com> | 2016-11-09 01:04:45 -0800 |
| commit | cdf715a0b5bf26f6e19dfd75fdbf23deffcc6d1c (patch) | |
| tree | ecd3e75d051da8f5ba9b625ee24148fab4c22ba5 /tests/tests2/84-hex-float.expect | |
| parent | 3054a76249d1f0690984027db73a94995300cac2 (diff) | |
| download | tinycc-cdf715a0b5bf26f6e19dfd75fdbf23deffcc6d1c.tar.gz tinycc-cdf715a0b5bf26f6e19dfd75fdbf23deffcc6d1c.tar.bz2 | |
i386 + bcheck: fix __bound_local_new
With -b, this produces garbage. Code to call __bound_local_new
is put at wrong place, overwriting the regparam setup code.
Fix copied from x86_64-gen.c.
void __attribute__((regparm(3)))
fun(int unused)
{
char local[1];
}
Diffstat (limited to 'tests/tests2/84-hex-float.expect')
0 files changed, 0 insertions, 0 deletions
