aboutsummaryrefslogtreecommitdiff
path: root/libc/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/cpu.c')
-rw-r--r--libc/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/cpu.c b/libc/cpu.c
index 2eb6c46..983a4a8 100644
--- a/libc/cpu.c
+++ b/libc/cpu.c
@@ -113,7 +113,7 @@ void fpu_restore(void)
void cpu_enable_features(void)
{
- u32 a = 0, b = 0, c = 0, d = 0;
+ u32 a, b, c, d;
cpuid(CPUID_FEATURES, &a, &b, &c, &d);
cpu_features = d;
if (cpu_has_feature(CPUID_FEAT_EDX_SSE)) {