mesa: Fix DEBUG_MATH build on sparc.
authorDavid S. Miller <davem@davemloft.net>
Fri, 27 Feb 2009 01:59:04 +0000 (18:59 -0700)
committerBrian Paul <brianp@vmware.com>
Fri, 27 Feb 2009 01:59:58 +0000 (18:59 -0700)
commit18e01393b83b2a1b78a0c0cee7fd3713cb3bc373
tree5bc803c8816b7897736207a0df6616889832fcc4
parent7d399bf0626a55fa2a124dcf09135464cc87baa1
mesa: Fix DEBUG_MATH build on sparc.

Need to use '__asm__' instead of plain 'asm'.

math/m_debug_clip.c: In function ‘test_cliptest_function’:
math/m_debug_clip.c:253: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘asm’
math/m_debug_clip.c:253: warning: implicit declaration of function ‘asm’

Signed-off-by: David S. Miller <davem@davemloft.net>
src/mesa/math/m_debug_util.h