Follow-up to previous commit about forcing thumb builds:
authorSimon Hausmann <simon.hausmann@digia.com>
Fri, 5 Jul 2013 08:44:55 +0000 (10:44 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 5 Jul 2013 18:03:35 +0000 (20:03 +0200)
commit10be273b3c804d86ee6dde5f550fd76217a8a77d
tree3a7d6c106987421149e0583681c90c1291eabcf4
parent5d6f8b18fe77d2fc17a3c1d77d1c4baeff0e9704
Follow-up to previous commit about forcing thumb builds:

Disable the checks of the thumb bit in code pointers when building for Android,
because we want to allow for intermixing of thumb (what the JIT generates) and
arm code (what the compiler generates for run-time functions we call, in debug
builds)

Change-Id: I0bcce4015d18db4e38244a1d1ad89413b3f17152
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
src/3rdparty/masm/assembler/ARMv7Assembler.h
src/3rdparty/masm/assembler/MacroAssemblerCodeRef.h