diff options
author | Brian Paul <[email protected]> | 2008-04-14 14:10:32 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-04-14 14:10:32 -0600 |
commit | 118c2bc860037f084166d3406039d82198ddf3d6 (patch) | |
tree | 3b1462996d40120170744fa3a09a3d3618b7344f /src/mesa/math | |
parent | 8fd2b7d9ddbc3c832d0452eb32709d8c835fb193 (diff) |
only use __x86_64__, not __amd64__ (bug 15503)
Diffstat (limited to 'src/mesa/math')
-rw-r--r-- | src/mesa/math/m_debug_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/math/m_debug_util.h b/src/mesa/math/m_debug_util.h index f7ce4679b6d..2d1d8b18805 100644 --- a/src/mesa/math/m_debug_util.h +++ b/src/mesa/math/m_debug_util.h @@ -185,7 +185,7 @@ extern char *mesa_profile; #endif -#elif defined(__amd64__) +#elif defined(__x86_64__) #define rdtscll(val) do { \ unsigned int a,d; \ |