Forgot this fix from another tree. make enable_sse() a real prototype.
This commit is contained in:
parent
9a3a173bd3
commit
6a25c625b2
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user