rt: abort doesn't take an argument
This commit is contained in:
parent
28ab152832
commit
abc49fdfae
1 changed files with 1 additions and 1 deletions
|
|
@ -909,7 +909,7 @@ rust_begin_unwind(uintptr_t token) {
|
|||
#ifndef __WIN32__
|
||||
throw token;
|
||||
#else
|
||||
abort("failing on win32");
|
||||
abort();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue