mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 18:50:31 -04:00
Forgot this fix from another tree. make enable_sse() a real prototype.
This commit is contained in:
parent
9a3a173bd3
commit
6a25c625b2
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue