ysyx-workbench/abstract-machine/klib/src/cpp.c
xinyangli 8e4feb4010 NJU-ProjectN/abstract-machine ics2023 initialized
NJU-ProjectN/abstract-machine 3348db971fd860be5cb28e21c18f9d0e65d0c96a Merge pull request #8 from Jasonyanyusong/master
2023-12-21 00:20:42 +08:00

19 lines
193 B
C

#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