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