Change (unused) prototype for stmxcsr() to match reality.
Noted by: jhb MFC after: 1 week
This commit is contained in:
parent
0b8ed8e069
commit
a42fa0af44
@ -106,7 +106,7 @@ void fnstsw(caddr_t addr);
|
||||
void fxsave(caddr_t addr);
|
||||
void fxrstor(caddr_t addr);
|
||||
void ldmxcsr(u_int csr);
|
||||
void stmxcsr(u_int csr);
|
||||
void stmxcsr(u_int *csr);
|
||||
void xrstor(char *addr, uint64_t mask);
|
||||
void xsave(char *addr, uint64_t mask);
|
||||
|
||||
|
@ -114,7 +114,7 @@ void frstor(caddr_t addr);
|
||||
#ifdef CPU_ENABLE_SSE
|
||||
void fxsave(caddr_t addr);
|
||||
void fxrstor(caddr_t addr);
|
||||
void stmxcsr(u_int csr);
|
||||
void stmxcsr(u_int *csr);
|
||||
#endif
|
||||
|
||||
#endif /* __GNUCLIKE_ASM && !lint */
|
||||
|
Loading…
x
Reference in New Issue
Block a user