Changeset 2e328c3 in mainline for uspace/lib/cpp/src/__bits/unwind.cpp


Ignore:
Timestamp:
2018-07-05T21:41:25Z (6 years ago)
Author:
Dzejrou <dzejrou@…>
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)
Message:

cpp: added missing unwind function dummy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/cpp/src/__bits/unwind.cpp

    r32d53a7 r2e328c3  
    224224        // TODO: implement
    225225    }
     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    }
    226235}
Note: See TracChangeset for help on using the changeset viewer.