kernel/eka/memmodel/epoc/multiple/x86/xglobals.cpp
author Simon Howkins <simonh@symbian.org>
Fri, 05 Mar 2010 15:33:20 +0000
changeset 72 11b60e3fbace
parent 0 a41df078684a
permissions -rw-r--r--
Merge further Compiler Compatibility fixes onto default branch.

// Copyright (c) 1995-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of the License "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
// e32\memmodel\epoc\multiple\x86\xglobals.cpp
// 
//

#include <x86_mem.h>

X86Mmu TheMmu;
//
// This is declared here so it can be initialised correctly
MmuBase* MmuBase::TheMmu=&::TheMmu;
//