rt: Fail the scheduler immediately on task failure in win32

This commit is contained in:
Brian Anderson
2012-01-06 16:18:33 -08:00
parent 7c7559edaf
commit 2f4c9315af

View File

@@ -457,6 +457,8 @@ rust_task::fail() {
#else
die();
conclude_failure();
// FIXME: Need unwinding on windows. This will end up aborting
sched->fail();
#endif
}