ysyx-workbench/abstract-machine/klib/src/cpp.c

20 lines
193 B
C
Raw Normal View History

#include <am.h>
#include <klib.h>
#ifndef __ISA_NATIVE__
void __dso_handle() {
}
void __cxa_guard_acquire() {
}
void __cxa_guard_release() {
}
void __cxa_atexit() {
assert(0);
}
#endif