Changeset 78e5a73 in mainline
- Timestamp:
- 2026-03-18T10:55:00Z (22 hours ago)
- Branches:
- master
- Parents:
- 222774a
- git-author:
- Jiri Svoboda <jiri@…> (2026-03-17 20:54:37)
- git-committer:
- Jiri Svoboda <jiri@…> (2026-03-18 10:55:00)
- File:
-
- 1 edited
-
uspace/lib/cpp/src/__bits/runtime.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/src/__bits/runtime.cpp
r222774a r78e5a73 1 1 /* 2 * Copyright (c) 2026 Jiri Svoboda 2 3 * Copyright (c) 2018 Jaroslav Jindrak 3 4 * All rights reserved. … … 71 72 } 72 73 74 /** 75 * Called when an object destructor exits due to an exception 76 * during stack unwinding. 77 */ 78 extern "C" void __cxa_call_terminate() 79 { 80 std::terminate(); 81 } 82 73 83 #ifdef __arm__ 74 84 extern "C" int __aeabi_atexit(void* p, void (*f)(void*), void* d)
Note:
See TracChangeset
for help on using the changeset viewer.
