From 9e7f1fce73e37d8d26ed38cf8b568be67411e0ed Mon Sep 17 00:00:00 2001 From: Vadim Chugunov Date: Sat, 17 Aug 2013 17:19:59 -0700 Subject: [PATCH] Un-disable stack unwinding on Windows. --- src/rt/rust_builtin.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/rt/rust_builtin.cpp b/src/rt/rust_builtin.cpp index c95a4737d17c..de86035b6329 100644 --- a/src/rt/rust_builtin.cpp +++ b/src/rt/rust_builtin.cpp @@ -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