mirror of git://gcc.gnu.org/git/gcc.git
libgo/runtime: Change std::abort to abort.
From-SVN: r176181
This commit is contained in:
parent
c0b6224a6e
commit
ae06570eb6
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue