debugger: adjust 'simple' manual test to maemo

This commit is contained in:
hjk
2011-01-03 17:34:41 +01:00
parent 4dea6f2169
commit 07cfaec4c9
3 changed files with 13 additions and 3 deletions

View File

@@ -92,7 +92,7 @@
#undef max
#endif
#ifdef Q_OS_LINUX
#ifdef __SSE__
#include <xmmintrin.h>
#include <stddef.h>
#endif
@@ -2095,7 +2095,7 @@ void testWCout0()
void testSSE()
{
#ifdef Q_OS_LINUX
#ifdef __SSE__
float a[4];
float b[4];
int i;