Forgot this fix from another tree. make enable_sse() a real prototype.

This commit is contained in:
Peter Wemm 2001-07-12 11:54:11 +00:00
parent 9a3a173bd3
commit 6a25c625b2
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ static void init_6x86(void);
static void init_6x86MX(void);
static void init_ppro(void);
static void init_mendocino(void);
void enable_sse();
void enable_sse(void);
#endif
int hw_instruction_sse = 0;

View File

@ -62,7 +62,7 @@ static void init_6x86(void);
static void init_6x86MX(void);
static void init_ppro(void);
static void init_mendocino(void);
void enable_sse();
void enable_sse(void);
#endif
int hw_instruction_sse = 0;