From: Brian Paul Date: Thu, 9 Jan 2003 18:03:20 +0000 (+0000) Subject: s/16/32/ (Josh Vanderhoof) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e27f5e52543c339e753b23d3e1ec5b0d26c3ce70;p=mesa.git s/16/32/ (Josh Vanderhoof) --- diff --git a/src/mesa/x86/common_x86_asm.S b/src/mesa/x86/common_x86_asm.S index 0dcf3351712..97998ae86a4 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