Skip to content

Commit 9e7f1fc

Browse files
committed
Un-disable stack unwinding on Windows.
1 parent 1860efb commit 9e7f1fc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/rt/rust_builtin.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -559,11 +559,7 @@ rust_try(rust_try_fn f, void *fptr, void *env) {
559559

560560
extern "C" CDECL void
561561
rust_begin_unwind(uintptr_t token) {
562-
#ifndef __WIN32__
563562
throw token;
564-
#else
565-
abort();
566-
#endif
567563
}
568564

569565
extern "C" CDECL uintptr_t

0 commit comments

Comments
 (0)