Update contrib.
1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of the License "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
32 #if defined(GENERIC_MARM) || defined(WINS) || defined(GENERIC_X86)
34 #if defined(GENERIC_MARM) && !defined(ARMCC)
41 eexe_instrumented_heap
45 #ifndef SMP // NO SMP EMULATOR
54 #if !defined(MARM_THUMB) && !defined(MARM_ARMI)
61 #if defined(GENERIC_MARM)
66 #if defined(MARM_ARM4) || defined(MARM_ARMV4)
73 #elif defined(EPOC32) && !defined(MARM)
75 #elif !defined(EPOC32)
79 #if defined(GENERIC_MARM) && !defined(ARMCC)
81 epoc/arm/eka1_entry_stub
85 #endif // #if !defined(MARM_THUMB) && !defined(MARM_ARMI)
86 #endif // #if defined(GENERIC_MARM) || defined(WINS) || defined(GENERIC_X86)