Un-disable stack unwinding on Windows.
This commit is contained in:
parent
1860efbfc6
commit
9e7f1fce73
1 changed files with 0 additions and 4 deletions
|
|
@ -559,11 +559,7 @@ rust_try(rust_try_fn f, void *fptr, void *env) {
|
|||
|
||||
extern "C" CDECL void
|
||||
rust_begin_unwind(uintptr_t token) {
|
||||
#ifndef __WIN32__
|
||||
throw token;
|
||||
#else
|
||||
abort();
|
||||
#endif
|
||||
}
|
||||
|
||||
extern "C" CDECL uintptr_t
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue