From 5fa84eeac031ef53babfa8ca616ca69cc1f2c514 Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Wed, 10 Mar 2010 13:25:35 +0100 Subject: Fix Build Failure for Maemo 5 Debug Build --- src/gui/painting/qdrawhelper.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/painting/qdrawhelper.cpp b/src/gui/painting/qdrawhelper.cpp index 5f70cb7..9956019 100644 --- a/src/gui/painting/qdrawhelper.cpp +++ b/src/gui/painting/qdrawhelper.cpp @@ -7944,8 +7944,6 @@ void qInitDrawhelperAsm() } #endif // IWMMXT -#endif // QT_NO_DEBUG - #if defined(Q_CC_RVCT) && defined(QT_HAVE_ARMV6) functionForModeAsm = qt_functionForMode_ARMv6; functionForModeSolidAsm = qt_functionForModeSolid_ARMv6; @@ -7967,6 +7965,8 @@ void qInitDrawhelperAsm() } #endif +#endif // QT_NO_DEBUG + if (functionForModeSolidAsm) { const int destinationMode = QPainter::CompositionMode_Destination; functionForModeSolidAsm[destinationMode] = functionForModeSolid_C[destinationMode]; -- cgit v0.12