From e27f5e52543c339e753b23d3e1ec5b0d26c3ce70 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 9 Jan 2003 18:03:20 +0000 Subject: s/16/32/ (Josh Vanderhoof) --- src/mesa/x86/common_x86_asm.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa/x86') 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 -- cgit v1.2.3