commit | 18e01393b83b2a1b78a0c0cee7fd3713cb3bc373 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Thu Feb 26 18:59:04 2009 -0700 |
committer | Brian Paul <brianp@vmware.com> | Thu Feb 26 18:59:58 2009 -0700 |
tree | 5bc803c8816b7897736207a0df6616889832fcc4 | |
parent | 7d399bf0626a55fa2a124dcf09135464cc87baa1 [diff] |
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>