Un-disable stack unwinding on Windows.

This commit is contained in:
Vadim Chugunov 2013-08-17 17:19:59 -07:00
parent 1860efbfc6
commit 9e7f1fce73

View File

@ -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