[fpc-devel] register allocator seems to be using S20 for two things at the same time (related to armhf porting work)
peter green
plugwash at p10link.net
Tue Mar 20 03:16:28 CET 2012
>
> S30,$04,$06,$0F,s20,0,0
>
> Should be
>
> S30,$04,$06,$0F,s20,0,0
Doh seems I pasted the wrong line twice, it really should be
S30,$04,$06,$0F,s30,0,0
Please don't change it in trunk at the moment through because my armhf
porting work makes a lot of other changes to armreg.dat and I doubt this
bug is hitting anyone else at the moment.
More information about the fpc-devel
mailing list