libgo/runtime: Change std::abort to abort.
From-SVN: r176181
This commit is contained in:
parent
c0b6224a6e
commit
ae06570eb6
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ PERSONALITY_FUNCTION (int version,
|
|||
break;
|
||||
|
||||
default:
|
||||
std::abort();
|
||||
abort();
|
||||
}
|
||||
actions |= state & _US_FORCE_UNWIND;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue