Commit graph

2 commits

Author SHA1 Message Date
michael 9c5a305e8f Final arm_no_packed patch 2012-11-24 18:34:15 +01:00
michael 97b389bcdb ARM cannot bind references to packed fields.
There is no possible implementation of QChar.unicode() returning a int&.
Replace with unicodep() returning int*. The allows athe code to compile.
To be determined if the reference access ever work on ARM as it cannot make the unaligned access.
2012-11-23 08:00:45 +01:00