diff options
author | Brian Paul <[email protected]> | 2004-11-22 19:27:40 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-11-22 19:27:40 +0000 |
commit | c247c7f66f7d38bb35cedb84b1a2c3655c356ac1 (patch) | |
tree | 60cddf59390aee1fea6d0db5cf8184571b9b2d55 /src/mesa/sparc/norm.S | |
parent | 263317d00a4b3c4ee083cd74470c38083038e1ee (diff) |
applied SPARC patch (freedesktop bug 1898)
Diffstat (limited to 'src/mesa/sparc/norm.S')
-rw-r--r-- | src/mesa/sparc/norm.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/sparc/norm.S b/src/mesa/sparc/norm.S index 6f7356b948f..876d7e310b1 100644 --- a/src/mesa/sparc/norm.S +++ b/src/mesa/sparc/norm.S @@ -1,4 +1,4 @@ -/* $Id: norm.S,v 1.3 2004/04/26 10:10:25 alanh Exp $ */ +/* $Id: norm.S,v 1.4 2004/11/22 19:27:40 brianp Exp $ */ #include "sparc_matrix.h" @@ -10,7 +10,7 @@ .text -#if defined(__sparc_v9__) && !defined(__linux__) +#if (defined(__sparc_v9__) && (!defined(__linux__) || defined(__linux_sparc_64__))) #define STACK_VAR_OFF (2047 + (8 * 16)) #else #define STACK_VAR_OFF (4 * 16) |