Comment 5 for bug 937864

Revision history for this message
Ramana Radhakrishnan (ramana) wrote :

Looking at the disassembly it wasn't obvious to me what was wrong. Can someone debug and find out what is going wrong here ? The instructions generated are valid for vfpv3-d16 unless I've missed something while looking at this -

Is there a problem with an unaligned memory address or something for a vstr or a vldr ? These will trap with alignment exceptions but the program shouldn't crash because of a SIGILL ?

Ramana