about summary refs log tree commit diff
path: root/src/rt/rust_task.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/rt/rust_task.cpp')
-rw-r--r--src/rt/rust_task.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rt/rust_task.cpp b/src/rt/rust_task.cpp
index 09665e11298..db72be6d12d 100644
--- a/src/rt/rust_task.cpp
+++ b/src/rt/rust_task.cpp
@@ -349,7 +349,7 @@ rust_task::kill() {
         dom->fail();
 
     LOG(this, task, "preparing to unwind task: 0x%" PRIxPTR, this);
-    run_on_resume(dom->root_crate->get_unwind_glue());
+    // run_on_resume(rust_unwind_glue);
 }
 
 void
@@ -361,7 +361,7 @@ rust_task::fail(size_t nargs) {
     unblock();
     if (this == dom->root_task)
         dom->fail();
-    run_after_return(nargs, dom->root_crate->get_unwind_glue());
+    // run_after_return(nargs, rust_unwind_glue);
     if (supervisor) {
         DLOG(dom, task,
              "task %s @0x%" PRIxPTR