projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25e38ce
)
s/16/32/ (Josh Vanderhoof)
author
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 9 Jan 2003 18:03:20 +0000
(18:03 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 9 Jan 2003 18:03:20 +0000
(18:03 +0000)
src/mesa/x86/common_x86_asm.S
patch
|
blob
|
history
diff --git
a/src/mesa/x86/common_x86_asm.S
b/src/mesa/x86/common_x86_asm.S
index 0dcf3351712551bb18962ca4bc09378dce9c7b9a..97998ae86a479dafb2108b529517df56d049ae62 100644
(file)
--- 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.1
4 2003/01/09 14:56:25
brianp Exp $ */
+/* $Id: common_x86_asm.S,v 1.1
5 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