summaryrefslogtreecommitdiff
path: root/src/mesa/x86/common_x86_asm.S
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2003-01-09 14:56:25 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2003-01-09 14:56:25 +0000
commit25e38ce9e544d05910b668d629f16355829ac759 (patch)
tree5a9fb40cb2f456a522f8d2a1fd8ededbb32916be /src/mesa/x86/common_x86_asm.S
parent9108b29dbf4351394be0f414d4fd39546c52ceda (diff)
moved ADD_L instruction (Linus Torvalds)
Diffstat (limited to 'src/mesa/x86/common_x86_asm.S')
-rw-r--r--src/mesa/x86/common_x86_asm.S10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mesa/x86/common_x86_asm.S b/src/mesa/x86/common_x86_asm.S
index a966078b2d..0dcf335171 100644
--- a/src/mesa/x86/common_x86_asm.S
+++ b/src/mesa/x86/common_x86_asm.S
@@ -1,10 +1,10 @@
-/* $Id: common_x86_asm.S,v 1.13 2002/11/09 17:43:58 keithw Exp $ */
+/* $Id: common_x86_asm.S,v 1.14 2003/01/09 14:56:25 brianp Exp $ */
/*
* Mesa 3-D graphics library
- * Version: 4.0.3
+ * Version: 5.1
*
- * Copyright (C) 1999-2002 Brian Paul All Rights Reserved.
+ * Copyright (C) 1999-2003 Brian Paul All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@@ -225,14 +225,14 @@ GLNAME( _mesa_test_os_sse_exception_support ):
MOVUPS ( REGIND( ESP ), XMM1 )
- ADD_L ( CONST( 32 ), ESP )
-
DIVPS ( XMM0, XMM1 )
/* Restore the original MXCSR register value.
*/
LDMXCSR ( REGOFF( -4, EBP ) )
+ ADD_L ( CONST( 32 ), ESP )
+
LEAVE
RET