Commit 4deb9338 authored by Simon Hausmann's avatar Simon Hausmann Committed by The Qt Project
Browse files

Fix ASSERT_VALID_CODE_POINTER for our ARM builds


We want to allow intermixing thumb and ARM for all builds, not only Android.
Modified the macro to do a thumb-compatible null pointer check.

This also works around a miscompilation on QNX where the compiler appeared to
make incorrect assumptions about the address of functions we are taking.

Change-Id: Ib8fc400178e0c2621bde2ca94b3f94041591e19a
Reviewed-by: default avatarLars Knoll <lars.knoll@digia.com>
parent 0640fbc8
No related merge requests found
Showing with 2 additions and 4 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment