From: Brian Paul Date: Thu, 9 Jan 2003 23:43:02 +0000 (+0000) Subject: remove ADD_L altogether X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ce352387fbff63f652ac0908659da41bdb767909;p=mesa.git remove ADD_L altogether --- diff --git a/src/mesa/x86/common_x86_asm.S b/src/mesa/x86/common_x86_asm.S index 97998ae86a4..0bd55e799ce 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.15 2003/01/09 18:03:20 brianp Exp $ */ +/* $Id: common_x86_asm.S,v 1.16 2003/01/09 23:43:02 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -231,8 +231,6 @@ GLNAME( _mesa_test_os_sse_exception_support ): */ LDMXCSR ( REGOFF( -4, EBP ) ) - ADD_L ( CONST( 16 ), ESP ) - LEAVE RET