summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2003-01-09 18:03:46 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2003-01-09 18:03:46 +0000
commit27a2f9fdfd3e7895c7c351622fa48413ed4b6ec7 (patch)
treea5f6bc30aecfb766bad6cc19e4dbe5dafbad9248 /src
parentad6514aac0d809fe1ab9dc63d4a78a148d2295ba (diff)
s/16/32/ (Josh Vanderhoof)
Diffstat (limited to 'src')
-rw-r--r--src/mesa/x86/common_x86_asm.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/x86/common_x86_asm.S b/src/mesa/x86/common_x86_asm.S
index 3ef5c2fd1ef..2060a6a51c3 100644
--- a/src/mesa/x86/common_x86_asm.S
+++ b/src/mesa/x86/common_x86_asm.S
@@ -1,4 +1,4 @@
-/* $Id: common_x86_asm.S,v 1.13.2.1 2003/01/09 14:56:04 brianp Exp $ */
+/* $Id: common_x86_asm.S,v 1.13.2.2 2003/01/09 18:03:46 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -231,7 +231,7 @@ GLNAME( _mesa_test_os_sse_exception_support ):
*/
LDMXCSR ( REGOFF( -4, EBP ) )
- ADD_L ( CONST( 32 ), ESP )
+ ADD_L ( CONST( 16 ), ESP )
LEAVE
RET