kernel/eka/compsupp/rvct2_2/callviar0.cpp
author hgs
Tue, 27 Apr 2010 15:10:09 +0100
changeset 127 e408fc570bb5
parent 0 a41df078684a
permissions -rw-r--r--
201017_01

// Copyright (c) 2002-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 "ARM EABI LICENCE.txt"
// which accompanies this distribution, and is available
// in kernel/eka/compsupp.
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
//

extern "C"
{		
__asm void __ARM_call_via_r0()
    {
        CODE32
	BX r0
    }
}