Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
offa committed Dec 18, 2024
1 parent 2c42d41 commit a8c5558
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system/src/newlib/_cxx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ namespace __gnu_cxx
__verbose_terminate_handler()
{
trace_puts(__func__);
::abort();
std::abort();
}
}

Expand All @@ -42,7 +42,7 @@ extern "C"
__cxa_pure_virtual()
{
trace_puts(__func__);
::abort();
std::abort();
}
}

Expand Down

0 comments on commit a8c5558

Please sign in to comment.