rt: abort doesn't take an argument

This commit is contained in:
Brian Anderson 2013-04-24 21:33:03 -07:00
parent 28ab152832
commit abc49fdfae

View File

@ -909,7 +909,7 @@ rust_begin_unwind(uintptr_t token) {
#ifndef __WIN32__
throw token;
#else
abort("failing on win32");
abort();
#endif
}