mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-10 18:20:51 +08:00
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;
|
||||
|
||||
default:
|
||||
std::abort();
|
||||
abort();
|
||||
}
|
||||
actions |= state & _US_FORCE_UNWIND;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user