From 736fe5bc63e80e95657a12d10d517f718ec91f35 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Thu, 5 Dec 2013 21:44:54 +0100 Subject: [PATCH] Fix build with TRANSLATION_MAP_TRACING enabled --- .../kernel/arch/x86/paging/pae/X86VMTranslationMapPAE.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/system/kernel/arch/x86/paging/pae/X86VMTranslationMapPAE.cpp b/src/system/kernel/arch/x86/paging/pae/X86VMTranslationMapPAE.cpp index 88ab2b8ac9..3f890d17ee 100644 --- a/src/system/kernel/arch/x86/paging/pae/X86VMTranslationMapPAE.cpp +++ b/src/system/kernel/arch/x86/paging/pae/X86VMTranslationMapPAE.cpp @@ -88,7 +88,7 @@ public: private: X86VMTranslationMapPAE* fMap; - addr_t fVirtualAddress, + addr_t fVirtualAddress; phys_addr_t fPhysicalAddress; }; @@ -114,7 +114,7 @@ public: private: X86VMTranslationMapPAE* fMap; - addr_t fVirtualAddress, + addr_t fVirtualAddress; phys_addr_t fPhysicalAddress; };