Commit 66dbe292 authored by Laurent Aimar's avatar Laurent Aimar

Fixed check_capability compilation (TSQ).

parent 2f1ac5a8
...@@ -123,7 +123,7 @@ uint32_t CPUCapabilities( void ) ...@@ -123,7 +123,7 @@ uint32_t CPUCapabilities( void )
} \ } \
if( check_OS_capability((name), pid )) \ if( check_OS_capability((name), pid )) \
i_capabilities |= (flag); \ i_capabilities |= (flag); \
while(0) } while(0)
# if defined (__i386__) && !defined (__i486__) && !defined (__i586__) \ # if defined (__i386__) && !defined (__i486__) && !defined (__i586__) \
&& !defined (__i686__) && !defined (__pentium4__) \ && !defined (__i686__) && !defined (__pentium4__) \
......
Markdown is supported
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