Changeset 2e328c3 in mainline
- Timestamp:
- 2018-07-05T21:41:25Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 65ee021
- Parents:
- 32d53a7
- git-author:
- Dzejrou <dzejrou@…> (2018-07-02 20:32:01)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:25)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/src/__bits/unwind.cpp
r32d53a7 r2e328c3 224 224 // TODO: implement 225 225 } 226 227 extern "C" _Unwind_Reason_Code __gxx_personality_v0( 228 int, _Unwind_Action, unsigned, 229 struct _Unwind_Exception*, struct _Unwind_Context* 230 ) 231 { 232 // TODO: implement 233 return _URC_NO_REASON; 234 } 226 235 }
Note:
See TracChangeset
for help on using the changeset viewer.