rt: abort doesn't take an argument
This commit is contained in:
@@ -909,7 +909,7 @@ rust_begin_unwind(uintptr_t token) {
|
|||||||
#ifndef __WIN32__
|
#ifndef __WIN32__
|
||||||
throw token;
|
throw token;
|
||||||
#else
|
#else
|
||||||
abort("failing on win32");
|
abort();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user