/*
* Copyright 2010, Ingo Weinhold, ingo_weinhold@gmx.de.
* Distributed under the terms of the MIT License.
*/
#include "paging/X86PagingStructures.h"
X86PagingStructures::X86PagingStructures()
:
ref_count(1)
{
}
X86PagingStructures::~X86PagingStructures()
{
}
↑ V730 Not all members of a class are initialized inside the constructor. Consider inspecting: pgdir_phys.