blob: c2d99278b110cb08c307ce5affe868947a7ccb68 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2010 - 2011 ACIN
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Alois Zoitl - initial API and implementation and/or initial documentation
*******************************************************************************/
#include <cyg/kernel/kapi.h>
//current tests have shown that this works only if it is in the main.cpp file
//I don't know why. The best is to copy or include it into your specific main file
//Workaround for an ecos problem
extern "C" void
__cxa_pure_virtual(void) {
//TODO maybe add some exception handling reporting here
}