Changeset 15f2306 in mainline


Ignore:
Timestamp:
2018-07-05T21:41:24Z (6 years ago)
Author:
Dzejrou <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a6139852
Parents:
f2f85283
git-author:
Dzejrou <dzejrou@…> (2018-06-05 13:27:30)
git-committer:
Dzejrou <dzejrou@…> (2018-07-05 21:41:24)
Message:

cpp: fixed misnamed runtime function

File:
1 edited

Legend:

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

    rf2f85283 r15f2306  
    6363     * call of a pure virtual function cannot be made.
    6464     */
    65     extern "C" void __cxa_pure_call()
     65    extern "C" void __cxa_pure_virtual()
    6666    {
    6767        std::terminate();
Note: See TracChangeset for help on using the changeset viewer.