distortos  v0.7.0
object-oriented C++ RTOS for microcontrollers
cxa_pure_virtual.cpp File Reference

__cxa_pure_virtual() system call implementation More...

#include <cstdlib>
Include dependency graph for cxa_pure_virtual.cpp:

Functions

void __cxa_pure_virtual ()
 Replacement of original __cxa_pure_virtual(). More...
 

Detailed Description

__cxa_pure_virtual() system call implementation

Author
Copyright (C) 2014 Kamil Szczygiel http://www.distortec.com http://www.freddiechopin.info
License
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Function Documentation

◆ __cxa_pure_virtual()

void __cxa_pure_virtual ( )

Replacement of original __cxa_pure_virtual().

This function is called on pure virtual function call. It does not return.

It just calls abort().