diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2003-01-09 23:43:02 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2003-01-09 23:43:02 +0000 |
commit | ce352387fbff63f652ac0908659da41bdb767909 (patch) | |
tree | 78ca1d4d97fcb27dfc893a09da6c33c7730726da /src/mesa | |
parent | e27f5e52543c339e753b23d3e1ec5b0d26c3ce70 (diff) |
remove ADD_L altogether
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/x86/common_x86_asm.S | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mesa/x86/common_x86_asm.S b/src/mesa/x86/common_x86_asm.S index 97998ae86a..0bd55e799c 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 |