summaryrefslogtreecommitdiff
path: root/src/mesa/x86/common_x86_asm.S
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2003-01-09 18:03:20 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2003-01-09 18:03:20 +0000
commite27f5e52543c339e753b23d3e1ec5b0d26c3ce70 (patch)
tree4acf34acee161a2e66a459e08450a95c9279f90f /src/mesa/x86/common_x86_asm.S
parent25e38ce9e544d05910b668d629f16355829ac759 (diff)
s/16/32/ (Josh Vanderhoof)
Diffstat (limited to 'src/mesa/x86/common_x86_asm.S')
-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 0dcf335171..97998ae86a 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.14 2003/01/09 14:56:25 brianp Exp $ */
+/* $Id: common_x86_asm.S,v 1.15 2003/01/09 18:03:20 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