From 465226a94cf758010aadef6fa167fc6e2e46c7d6 Mon Sep 17 00:00:00 2001 From: peter Date: Thu, 12 Jul 2001 11:54:11 +0000 Subject: Forgot this fix from another tree. make enable_sse() a real prototype. --- sys/amd64/amd64/initcpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/amd64') diff --git a/sys/amd64/amd64/initcpu.c b/sys/amd64/amd64/initcpu.c index 4524421..588b6d4 100644 --- a/sys/amd64/amd64/initcpu.c +++ b/sys/amd64/amd64/initcpu.c @@ -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; -- cgit v1.1