From 6a4a57bba8eb2f454dfbb13b265924ed8cdf5037 Mon Sep 17 00:00:00 2001 From: OBattler Date: Wed, 22 Jul 2020 18:23:21 +0200 Subject: [PATCH] Added an extern declaration of stdlog to x86seg.c. --- src/cpu/x86seg.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cpu/x86seg.c b/src/cpu/x86seg.c index 5a69c1ddb..d53ee8a83 100644 --- a/src/cpu/x86seg.c +++ b/src/cpu/x86seg.c @@ -36,6 +36,8 @@ #include "386_common.h" +extern FILE *stdlog; + /*Controls whether the accessed bit in a descriptor is set when CS is loaded.*/ #define CS_ACCESSED