Skip to content

Commit 69ee942

Browse files
authored
🐛 (patch) Fix missing __wrap___cxa_call_unexpected (#82)
1 parent 7a45cb5 commit 69ee942

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/arm_cortex/estell/exception.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1973,6 +1973,7 @@ extern "C"
19731973
}
19741974

19751975
// NOLINTNEXTLINE(readability-identifier-naming)
1976+
[[gnu::used]]
19761977
void __wrap___cxa_call_unexpected(void*)
19771978
{
19781979
std::terminate();

0 commit comments

Comments
 (0)