Commit ae06570e by Ian Lance Taylor

libgo/runtime: Change std::abort to abort.

From-SVN: r176181
parent c0b6224a
...@@ -293,7 +293,7 @@ PERSONALITY_FUNCTION (int version, ...@@ -293,7 +293,7 @@ PERSONALITY_FUNCTION (int version,
break; break;
default: default:
std::abort(); abort();
} }
actions |= state & _US_FORCE_UNWIND; actions |= state & _US_FORCE_UNWIND;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment