From 1882dfa1c5a1ae2e50b045bb79d182249d52bf62 Mon Sep 17 00:00:00 2001 From: Panagiotis <58827426+tiseno100@users.noreply.github.com> Date: Tue, 24 Nov 2020 23:45:11 +0200 Subject: [PATCH] Disabled CPU logging --- src/cpu/cpu.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cpu/cpu.c b/src/cpu/cpu.c index d2883dfa9..a54bd0b9e 100644 --- a/src/cpu/cpu.c +++ b/src/cpu/cpu.c @@ -61,7 +61,6 @@ #endif #include "x87_timings.h" -#define ENABLE_CPU_LOG 1 #define CCR1_USE_SMI (1 << 1) #define CCR1_SMAC (1 << 2) #define CCR1_SM3 (1 << 7)