Skip to content

Commit

Permalink
Add __cxa_atexit as per suggested in #145
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnimuc committed Mar 10, 2019
1 parent 2d78090 commit 7b9dd68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/boot.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ extern "C" {
// never actually go to the linker.
void __dso_handle() {}

void __cxa_atexit() {}

extern int __cxxjl_personality_v0();
}
void __hack() {
Expand Down

0 comments on commit 7b9dd68

Please sign in to comment.