Florian Klaempfl wrote:

I commited a fix in 10458. I tried to fix SignalToRunerror without
assembler, maybe it works.

yes it works, thanks.

You chose ldrd r0, [sp] to force the SIGILL on ARMv4. According to the docs the load address has to be double word (8 byte) aligned, otherwise a Bus Error/Misaligned data access Error on ARMv5 would occur. Is it save to use sp in your way?

Regards, Bernd.
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to