diff options
author | Kendall Bennett <KendallB@scitechsoft.com> | 2003-10-21 23:53:34 +0000 |
---|---|---|
committer | Kendall Bennett <KendallB@scitechsoft.com> | 2003-10-21 23:53:34 +0000 |
commit | c329e5a3d81a56437de4e19fec1de3eca2a1afb7 (patch) | |
tree | bff44262ba81394d81f90ab48d3d659bca22c964 /src/mesa/x86/common_x86.c | |
parent | c40d1dd62dd9bcbb97128e37a75d991a8d3b2d8c (diff) |
Updates to SSE assembler support for Open Watcom
Diffstat (limited to 'src/mesa/x86/common_x86.c')
-rw-r--r-- | src/mesa/x86/common_x86.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/x86/common_x86.c b/src/mesa/x86/common_x86.c index c29a104670..4a2c778150 100644 --- a/src/mesa/x86/common_x86.c +++ b/src/mesa/x86/common_x86.c @@ -1,4 +1,4 @@ -/* $Id: common_x86.c,v 1.23 2003/10/14 23:47:22 kendallb Exp $ */ +/* $Id: common_x86.c,v 1.24 2003/10/21 23:53:34 kendallb Exp $ */ /* * Mesa 3-D graphics library @@ -53,7 +53,7 @@ int _mesa_x86_cpu_features = 0; /* No reason for this to be public. */ extern GLuint _ASMAPI _mesa_x86_has_cpuid(void); -extern void _ASMAPI _mesa_x86_cpuid(GLuint op, GLuint *reg_eax, GLuint *reg_ebx, GLuint *reg_ecx, GLuint *reg_edx); +extern void _ASMAPI _mesa_x86_cpuid(GLuint op, GLuint *reg_eax, GLuint *reg_ebx, GLuint *reg_ecx, GLuint *reg_edx); extern GLuint _ASMAPI _mesa_x86_cpuid_eax(GLuint op); extern GLuint _ASMAPI _mesa_x86_cpuid_ebx(GLuint op); extern GLuint _ASMAPI _mesa_x86_cpuid_ecx(GLuint op); |